Search Results for

    Show / Hide Table of Contents

    Class GraphicsPipelineState

    This class represents the GPU graphics pipeline.

    Inheritance
    object
    PipelineState
    GraphicsPipelineState
    DX11GraphicsPipelineState
    DX12GraphicsPipelineState
    MTLGraphicsPipelineState
    GLGraphicsPipelineState
    VKGraphicsPipelineState
    WGPUGraphicsPipelineState
    Inherited Members
    PipelineState.Dispose()
    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public abstract class GraphicsPipelineState : PipelineState

    Constructors

    GraphicsPipelineState(ref GraphicsPipelineDescription)

    Initializes a new instance of the GraphicsPipelineState class.

    Declaration
    protected GraphicsPipelineState(ref GraphicsPipelineDescription description)
    Parameters
    Type Name Description
    GraphicsPipelineDescription description

    The pipeline state description.

    Fields

    Description

    Gets the graphics pipeline state description.

    Declaration
    public readonly GraphicsPipelineDescription Description
    Field Value
    Type Description
    GraphicsPipelineDescription

    InvalidatedViewport

    Refreshes the current viewport.

    Declaration
    public bool InvalidatedViewport
    Field Value
    Type Description
    bool

    Properties

    Name

    Gets or sets a string identifying this instance. It can be used in graphics debugger tools.

    Declaration
    public abstract string Name { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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