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