10 lines
286 B
Plaintext
10 lines
286 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[VkAttachmentReference,VkAttachmentReference]]
|
|
[source,c++]
|
|
----
|
|
typedef struct VkAttachmentReference {
|
|
uint32_t attachment;
|
|
VkImageLayout layout;
|
|
} VkAttachmentReference;
|
|
----
|