// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkAttachmentStoreOp,VkAttachmentStoreOp]] [source,c++] ---- typedef enum VkAttachmentStoreOp { VK_ATTACHMENT_STORE_OP_STORE = 0, VK_ATTACHMENT_STORE_OP_DONT_CARE = 1, } VkAttachmentStoreOp; ----