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