10 lines
272 B
Plaintext
10 lines
272 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[VkClearValue,VkClearValue]]
|
|
[source,c++]
|
|
----
|
|
typedef union VkClearValue {
|
|
VkClearColorValue color;
|
|
VkClearDepthStencilValue depthStencil;
|
|
} VkClearValue;
|
|
----
|