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