Search Results for

    Show / Hide Table of Contents

    Class VKBottomLevelAS

    Vulkan Bottom Level Acceleration Structure implementation.

    Inheritance
    object
    GraphicsResource
    BottomLevelAS
    VKBottomLevelAS
    Implements
    IDisposable
    Inherited Members
    BottomLevelAS.Description
    GraphicsResource.disposed
    GraphicsResource.Context
    GraphicsResource.Disposed
    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 VKBottomLevelAS : BottomLevelAS, IDisposable

    Constructors

    VKBottomLevelAS(VKGraphicsContext, VkCommandBuffer, ref BottomLevelASDescription)

    Initializes a new instance of the VKBottomLevelAS class.

    Declaration
    public VKBottomLevelAS(VKGraphicsContext context, VkCommandBuffer commandBuffer, ref BottomLevelASDescription description)
    Parameters
    Type Name Description
    VKGraphicsContext context

    Graphics Context.

    VkCommandBuffer commandBuffer

    Command buffer.

    BottomLevelASDescription description

    Bottom Level Description.

    Fields

    BottomLevelAS

    The bottom level acceleration structure instance.

    Declaration
    public VkAccelerationStructureKHR BottomLevelAS
    Field Value
    Type Description
    VkAccelerationStructureKHR

    Properties

    NativePointer

    Gets the native pointer.

    Declaration
    public override IntPtr NativePointer { get; }
    Property Value
    Type Description
    IntPtr
    Overrides
    GraphicsResource.NativePointer

    Methods

    Dispose()

    Dispose this instance.

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

    Implements

    IDisposable

    Extension Methods

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