Class VkClearDepthStencilValue

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkClearDepthStencilValue extends Struct<VkClearDepthStencilValue> implements NativeResource
Structure specifying a clear depth stencil value.
Valid Usage
See Also

VkClearValue, CmdClearDepthStencilImage

Layout


 struct VkClearDepthStencilValue {
     float depth();
     uint32_t stencil();
 }