Class VkClearDepthStencilValue

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkClearDepthStencilValue extends Struct<VkClearDepthStencilValue> implements NativeResource
struct VkClearDepthStencilValue {
    float depth;
    uint32_t stencil;
}