Struct SubpassDescription
Decription of a subpass in a renderpass
struct SubpassDescription
;
Fields
Name | Type | Description |
---|---|---|
colors
|
AttachmentRef[] | Color-output attachments (written to in fragment shader) |
depthStencil
|
Option!(gfx.graal.renderpass.AttachmentRef) | depth-stencil attachment (if any) |
inputs
|
AttachmentRef[] | Input attachments (read from in fragment shader) |
preserves
|
uint[] | Indices of attachments that are not used but whose content must be preserved throughout the subpass |