Enum AccelerationStructureInstanceFlags
Raytracing instance flags.
Namespace: Evergine.Common.Graphics.Raytracing
Assembly: Evergine.Common.dll
Syntax
[Flags]
public enum AccelerationStructureInstanceFlags
  Fields
| Name | Description | 
|---|---|
| ForceNonOpaque | Applied to any of the geometries in the bottom-level acceleration structure referenced by the instance  | 
      
| ForceOpaque | Applied to all the 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 facings.  |