gfx.graal.renderpass

Undocumented in source.

Members

Enums

LoadOp
enum LoadOp

Attachment load operation at the beginning of a render pass

StoreOp
enum StoreOp

Attachment store operation at the end of a render pass

Interfaces

Framebuffer
interface Framebuffer

Framebuffer is a collection of images attachments used in a render pass. When a render pass is started in a command buffer, a framebuffer is tied to it so that its input and output attachments are used during the rendering operations.

RenderPass
interface RenderPass

A render pass is a succession of one or more subpasses, each of which describes what image attachments are used and how they are laid out in memory.

Manifest constants

subpassExternal
enum subpassExternal;

virtual subpass index for subpass dependencies that relates to what is before or after the render pass

Structs

AttachmentDescription
struct AttachmentDescription

Describes an image attachment in a render pass or framebuffer

AttachmentOps
struct AttachmentOps

The operations performed on an attachment when it enters and leaves a render pass

AttachmentRef
struct AttachmentRef

A reference to an attachment

SubpassDependency
struct SubpassDependency

The SubpassDependency structure describes synchronization dependencies between two subpasses in a render pass

SubpassDescription
struct SubpassDescription

Decription of a subpass in a renderpass

Meta