VkInputAttachmentAspectReferenceKHR

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
@nogc nothrow extern (System)
struct VkInputAttachmentAspectReferenceKHR {}

Members

Variables

aspectMask
VkImageAspectFlags aspectMask;
Undocumented in source.
inputAttachmentIndex
uint32_t inputAttachmentIndex;
Undocumented in source.
subpass
uint32_t subpass;
Undocumented in source.

Meta