unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkAttachmentReference.txt

10 lines
286 B
Plaintext
Raw Normal View History

// 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;
----