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