Enum RTASDebugView
List of RTAS Full Screen Debug views.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum RTASDebugView
Fields
Name | Description | Value |
---|---|---|
Shadows | Debug view of the RTAS for shadows. |
0 |
AmbientOcclusion | Debug view of the RTAS for ambient occlusion. |
1 |
GlobalIllumination | Debug view of the RTAS for global illumination. |
2 |
Reflections | Debug view of the RTAS for reflections. |
3 |
RecursiveRayTracing | Debug view of the RTAS for recursive ray tracing. |
4 |
PathTracing | Debug view of the RTAS for path tracing. |
5 |