Enum RTASBuildMode
Control the ray tracing acceleration structure build mode
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum RTASBuildMode
Fields
Name | Description | Value |
---|---|---|
Automatic | HDRP automatically collects mesh renderers and builds the ray tracing acceleration structure every frame |
0 |
Manual | Uses a ray tracing acceleration structure handeled by the user. |
1 |