Class TopLevelAS
Top Level Acceleration Structure.
Implements
Inherited Members
Namespace: Evergine.Common.Graphics.Raytracing
Assembly: Evergine.Common.dll
Syntax
public abstract class TopLevelAS : GraphicsResource, IDisposable
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
Get the Acceleration Structure description.
Declaration
public TopLevelASDescription Description
Field Value
Type | Description |
---|---|
TopLevelASDescription |