SubpassDescription

Decription of a subpass in a renderpass

Members

Variables

colors
AttachmentRef[] colors;

Color-output attachments (written to in fragment shader)

depthStencil
Option!AttachmentRef depthStencil;

depth-stencil attachment (if any)

inputs
AttachmentRef[] inputs;

Input attachments (read from in fragment shader)

preserves
uint[] preserves;

Indices of attachments that are not used but whose content must be preserved throughout the subpass

Meta