1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkClearAttachment,VkClearAttachment]] 3[source,c++] 4---- 5typedef struct VkClearAttachment { 6 VkImageAspectFlags aspectMask; 7 uint32_t colorAttachment; 8 VkClearValue clearValue; 9} VkClearAttachment; 10---- 11