unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkClearValue.txt

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