Search Results for

    Show / Hide Table of Contents

    Class VKComputePipelineState

    This class represents a native pipeline state on Vulkan.

    Inheritance
    object
    PipelineState
    ComputePipelineState
    VKComputePipelineState
    Inherited Members
    ComputePipelineState.Description
    Namespace: Evergine.Vulkan
    Assembly: Evergine.Vulkan.dll
    Syntax
    public class VKComputePipelineState : ComputePipelineState

    Constructors

    VKComputePipelineState(VKGraphicsContext, ref ComputePipelineDescription)

    Initializes a new instance of the VKComputePipelineState class.

    Declaration
    public VKComputePipelineState(VKGraphicsContext context, ref ComputePipelineDescription description)
    Parameters
    Type Name Description
    VKGraphicsContext context

    The graphics context.

    ComputePipelineDescription description

    The compute pipeline state description.

    Fields

    NativePipeline

    The Vulkan native pipeline structure.

    Declaration
    public VkPipeline NativePipeline
    Field Value
    Type Description
    VkPipeline

    NativePipelineLayout

    The Vulkan native pipeline layout structure.

    Declaration
    public VkPipelineLayout NativePipelineLayout
    Field Value
    Type Description
    VkPipelineLayout

    Properties

    Name

    Gets or sets a string identifying this instance. Can be used in graphics debugging tools.

    Declaration
    public override string Name { get; set; }
    Property Value
    Type Description
    string
    Overrides
    ComputePipelineState.Name

    Methods

    Dispose()

    Performs tasks defined by the application associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public override void Dispose()
    Overrides
    PipelineState.Dispose()

    Extension Methods

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