1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkClearDepthStencilValue,VkClearDepthStencilValue]]
3[source,c++]
4----
5typedef struct VkClearDepthStencilValue {
6 float depth;
7 uint32_t stencil;
8} VkClearDepthStencilValue;
9----
10