Search Results for

    Show / Hide Table of Contents

    Class VKRaytracingPipelineState

    Vulkan Raytracing pipeline state.

    Inheritance
    object
    PipelineState
    RaytracingPipelineState
    VKRaytracingPipelineState
    Implements
    IDisposable
    Inherited Members
    RaytracingPipelineState.disposed
    RaytracingPipelineState.Description
    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 VKRaytracingPipelineState : RaytracingPipelineState, IDisposable

    Constructors

    VKRaytracingPipelineState(VKGraphicsContext, ref RaytracingPipelineDescription)

    Initializes a new instance of the VKRaytracingPipelineState class.

    Declaration
    public VKRaytracingPipelineState(VKGraphicsContext context, ref RaytracingPipelineDescription description)
    Parameters
    Type Name Description
    VKGraphicsContext context

    The graphics context.

    RaytracingPipelineDescription description

    The raytracing 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

    shaderBindingTable

    Generated shader binding table.

    Declaration
    public VKShaderTable shaderBindingTable
    Field Value
    Type Description
    VKShaderTable

    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