Search Results for

    Show / Hide Table of Contents

    Struct RenderPassDescription

    Structure specifying render pass beginning information.

    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 frame buffer containing the attachments that are used with the render pass.

    ClearValue clearValue

    The values used to clear 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 render pass.

    Declaration
    public FrameBuffer FrameBuffer
    Field Value
    Type Description
    FrameBuffer

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX