10 lines
297 B
Plaintext
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;
|
|
----
|