// 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; ----