Class BottomLevelAS
Bottom-Level Acceleration Structure.
Inherited Members
Namespace: Evergine.Common.Graphics.Raytracing
Assembly: Evergine.Common.dll
Syntax
public abstract class BottomLevelAS : GraphicsResource
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
Gets the Acceleration Structure description.
Declaration
public BottomLevelASDescription Description
Field Value
Type | Description |
---|---|
BottomLevelASDescription |