Module render_pass

Source

Structs§

Attachment
AttachmentBuilder
RenderPass
RenderPassBuilder
Subpass
SubpassBuilder

Enums§

ImageLayoutHint
Specifies options for how memory for an image is arranged. These are hints to the GPU driver and may or may not have actual performance effects, but describe constraints on how the data may be used that a program must obey. They do not specify how channel values or such are laid out in memory; the actual image data is considered opaque.
Operations