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

9 lines
320 B
Plaintext

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