Search Results for

    Show / Hide Table of Contents

    Class VKGraphicsPipelineState

    This class represents a native pipelineState on Vulkan.

    Inheritance
    object
    PipelineState
    GraphicsPipelineState
    VKGraphicsPipelineState
    Implements
    IDisposable
    Inherited Members
    GraphicsPipelineState.Description
    GraphicsPipelineState.InvalidatedViewport
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Vulkan
    Assembly: Evergine.Vulkan.dll
    Syntax
    public class VKGraphicsPipelineState : GraphicsPipelineState, IDisposable

    Constructors

    VKGraphicsPipelineState(VKGraphicsContext, ref GraphicsPipelineDescription)

    Initializes a new instance of the VKGraphicsPipelineState class.

    Declaration
    public VKGraphicsPipelineState(VKGraphicsContext context, ref GraphicsPipelineDescription description)
    Parameters
    Type Name Description
    VKGraphicsContext context

    The graphics context.

    GraphicsPipelineDescription description

    The graphics pipeline state description.

    Fields

    NativePipeline

    The Vulkan native pipeline struct.

    Declaration
    public VkPipeline NativePipeline
    Field Value
    Type Description
    VkPipeline

    NativePipelineLayout

    The Vulkan native pipeline layout struct.

    Declaration
    public VkPipelineLayout NativePipelineLayout
    Field Value
    Type Description
    VkPipelineLayout

    Properties

    Name

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

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

    Methods

    Dispose()

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

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

    Implements

    IDisposable

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX