10 lines
284 B
Plaintext
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;
|
||
|
|
----
|