Enum AccelerationStructureStatus
Flags returned when trying to add a renderer into the ray tracing acceleration structure.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum AccelerationStructureStatus
Fields
Name | Description | Value |
---|---|---|
Clear | Initial flag state. |
0 |
Added | Flag that indicates that the renderer was successfully added to the ray tracing acceleration structure. |
1 |
Excluded | Flag that indicates that the renderer was excluded from the ray tracing acceleration structure. |
2 |
TransparencyIssue | Flag that indicates that the renderer was added to the ray tracing acceleration structure, but it had transparent and opaque sub-meshes. |
4 |
NullMaterial | Flag that indicates that the renderer was not included into the ray tracing acceleration structure because of a missing material |
8 |
MissingMesh | Flag that indicates that the renderer was not included into the ray tracing acceleration structure because of a missing mesh |
16 |