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

11 lines
327 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkClearAttachment,VkClearAttachment]]
[source,c++]
----
typedef struct VkClearAttachment {
VkImageAspectFlags aspectMask;
uint32_t colorAttachment;
VkClearValue clearValue;
} VkClearAttachment;
----