RenderPass.SubpassDescription

Undocumented in source.

Members

Mixins

__anonymous
mixin VkTo!(VkSubpassDescription)
Undocumented in source.

Structs

AttachmentReference
struct AttachmentReference
Undocumented in source.

Variables

colorAttachments
AttachmentReference[] colorAttachments;
Undocumented in source.
depthStencilAttachments
AttachmentReference[] depthStencilAttachments;
Undocumented in source.
flags
VkSubpassDescriptionFlags flags;
Undocumented in source.
inputAttachments
AttachmentReference[] inputAttachments;
Undocumented in source.
pipelineBindPoint
PipelineBindPoint pipelineBindPoint;
Undocumented in source.
preserveAttachments
uint[] preserveAttachments;
Undocumented in source.
resolveAttachments
AttachmentReference[] resolveAttachments;
Undocumented in source.

Meta