unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/enums/VkAttachmentLoadOp.txt

11 lines
324 B
Plaintext
Raw Normal View History

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