Struct RenderPassDescription
Structure specifying render pass begin info.
Inherited Members
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public struct RenderPassDescription
Constructors
RenderPassDescription(FrameBuffer, ClearValue)
Initializes a new instance of the RenderPassDescription struct.
Declaration
public RenderPassDescription(FrameBuffer frameBuffer, ClearValue clearValue)
Parameters
Type | Name | Description |
---|---|---|
FrameBuffer | frameBuffer | The frameBuffer containing the attachments that are used with the renderpass. |
ClearValue | clearValue | That contains clear values for each attachment. |
Fields
ClearValue
Array that contains clear values for each attachment.
Declaration
public ClearValue ClearValue
Field Value
Type | Description |
---|---|
ClearValue |
FrameBuffer
The frameBuffer containing the attachments that are used with the renderpass.
Declaration
public FrameBuffer FrameBuffer
Field Value
Type | Description |
---|---|
FrameBuffer |