Search Results for

    Show / Hide Table of Contents

    Class ComputePipelineState

    This class represent the GPU graphics pipeline.

    Inheritance
    object
    PipelineState
    ComputePipelineState
    DX11ComputePipelineState
    GLComputePipelineState
    Inherited Members
    PipelineState.Dispose()
    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public abstract class ComputePipelineState : PipelineState

    Constructors

    ComputePipelineState(ref ComputePipelineDescription)

    Initializes a new instance of the ComputePipelineState class.

    Declaration
    protected ComputePipelineState(ref ComputePipelineDescription description)
    Parameters
    Type Name Description
    ComputePipelineDescription description

    The pipelineState description.

    Fields

    Description

    Gets the compute pipelinestate description.

    Declaration
    public readonly ComputePipelineDescription Description
    Field Value
    Type Description
    ComputePipelineDescription

    Properties

    Name

    Gets or sets a string identifying this instance. Can be used in graphics debuggers 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