Search Results for

    Show / Hide Table of Contents

    Class ComputePipelineState

    This class represents the GPU graphics pipeline.

    Inheritance
    object
    PipelineState
    ComputePipelineState
    DX11ComputePipelineState
    DX12ComputePipelineState
    MTLComputePipelineState
    GLComputePipelineState
    VKComputePipelineState
    WGPUComputePipelineState
    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 pipeline state description.

    Fields

    Description

    Gets the compute pipeline state 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 debugging 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