blob: f33fd8221aa070e203d2cfd838f9c87e36bd44c0 [file] [log] [blame]
// 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;
----