22 lines
987 B
Plaintext
22 lines
987 B
Plaintext
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
ifndef::doctype-manpage[]
|
||
|
[[VkAttachmentDescription,VkAttachmentDescription]]
|
||
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
||
|
endif::doctype-manpage[]
|
||
|
ifdef::doctype-manpage[]
|
||
|
["source","{basebackend@docbook:c++:cpp}"]
|
||
|
endif::doctype-manpage[]
|
||
|
------------------------------------------------------------------------------
|
||
|
typedef struct VkAttachmentDescription {
|
||
|
VkAttachmentDescriptionFlags flags;
|
||
|
VkFormat format;
|
||
|
VkSampleCountFlagBits samples;
|
||
|
VkAttachmentLoadOp loadOp;
|
||
|
VkAttachmentStoreOp storeOp;
|
||
|
VkAttachmentLoadOp stencilLoadOp;
|
||
|
VkAttachmentStoreOp stencilStoreOp;
|
||
|
VkImageLayout initialLayout;
|
||
|
VkImageLayout finalLayout;
|
||
|
} VkAttachmentDescription;
|
||
|
------------------------------------------------------------------------------
|