blob: 1001225c8fb99e00dc7737341dddaa188fad29c3 [file] [log] [blame]
// 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;
----