Enum AccelerationStructureInstanceFlags
Ray tracing instance flags.
Namespace: Evergine.Common.Graphics.Raytracing
Assembly: Evergine.Common.dll
Syntax
[Flags]
public enum AccelerationStructureInstanceFlags
Fields
Name | Description |
---|---|
ForceNonOpaque | Applies to any of the geometries in the bottom-level acceleration structure referenced by the instance |
ForceOpaque | Applied to all geometries in the bottom-level acceleration structure referenced by the instance |
None | No options specified. |
TriangleCullDisable | Disables front/back-face culling for this instance. |
TriangleFrontCounterclockwise | This flag reverses front and back facing. |