unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkClearDepthStencilValue.txt

10 lines
284 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkClearDepthStencilValue,VkClearDepthStencilValue]]
[source,c++]
----
typedef struct VkClearDepthStencilValue {
float depth;
uint32_t stencil;
} VkClearDepthStencilValue;
----