VkAttachmentDescription

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Members

Variables

finalLayout
VkImageLayout finalLayout;
Undocumented in source.
flags
VkAttachmentDescriptionFlags flags;
Undocumented in source.
format
VkFormat format;
Undocumented in source.
initialLayout
VkImageLayout initialLayout;
Undocumented in source.
loadOp
VkAttachmentLoadOp loadOp;
Undocumented in source.
samples
VkSampleCountFlagBits samples;
Undocumented in source.
stencilLoadOp
VkAttachmentLoadOp stencilLoadOp;
Undocumented in source.
stencilStoreOp
VkAttachmentStoreOp stencilStoreOp;
Undocumented in source.
storeOp
VkAttachmentStoreOp storeOp;
Undocumented in source.

Meta