blob: f19b96ea3fdf835c6285aa16ad2b3d3c07c56a3c [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkClearColorValue,VkClearColorValue]]
[source,c++]
----
typedef union VkClearColorValue {
float float32[4];
int32_t int32[4];
uint32_t uint32[4];
} VkClearColorValue;
----