Enum RenderPipelineSettings.SupportedRayTracingMode
Supported Ray Tracing Mode.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum SupportedRayTracingMode
Fields
Name | Description | Value |
---|---|---|
Performance | Performance mode only. |
1 |
Quality | Quality mode only. |
2 |
Both | Both Performance and Quality modes. |
3 |