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

10 lines
297 B
Plaintext

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