Class BottomLevelAS
Bottom Level Acceleration Structure.
Implements
Inherited Members
Namespace: Evergine.Common.Graphics.Raytracing
Assembly: Evergine.Common.dll
Syntax
public abstract class BottomLevelAS : GraphicsResource, IDisposable
Constructors
BottomLevelAS(GraphicsContext, ref BottomLevelASDescription)
Initializes a new instance of the BottomLevelAS class.
Declaration
protected BottomLevelAS(GraphicsContext context, ref BottomLevelASDescription description)
Parameters
Type | Name | Description |
---|---|---|
GraphicsContext | context | The device context. |
BottomLevelASDescription | description | The Bottom Level Acceleration Structure description. |
Fields
Description
Get the Acceleration Structure description.
Declaration
public BottomLevelASDescription Description
Field Value
Type | Description |
---|---|
BottomLevelASDescription |