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