Search Results for

    Show / Hide Table of Contents

    Class TopLevelAS

    Top-Level Acceleration Structure.

    Inheritance
    object
    GraphicsResource
    TopLevelAS
    DX12TopLevelAS
    VKTopLevelAS
    Inherited Members
    GraphicsResource.disposed
    GraphicsResource.Context
    GraphicsResource.NativePointer
    GraphicsResource.Disposed
    GraphicsResource.Dispose()
    Namespace: Evergine.Common.Graphics.Raytracing
    Assembly: Evergine.Common.dll
    Syntax
    public abstract class TopLevelAS : GraphicsResource

    Constructors

    TopLevelAS(GraphicsContext, ref TopLevelASDescription)

    Initializes a new instance of the TopLevelAS class.

    Declaration
    protected TopLevelAS(GraphicsContext context, ref TopLevelASDescription description)
    Parameters
    Type Name Description
    GraphicsContext context

    The device context.

    TopLevelASDescription description

    The top-level acceleration structure description.

    Fields

    Description

    Gets the Acceleration Structure description.

    Declaration
    public TopLevelASDescription Description
    Field Value
    Type Description
    TopLevelASDescription

    Extension Methods

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