Enum DebugDisplaySettingsRendering.TaaDebugMode
Current Temporal Anti-aliasing debug mode.
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum DebugDisplaySettingsRendering.TaaDebugMode
필드
| 이름 | 설명 |
|---|---|
| None | The default non-debug TAA rendering. |
| ShowClampedHistory | Output the clamped (rectified), reprojected TAA history. Current frame influence 0%. |
| ShowRawFrame | Output the jittered raw frame render. TAA current frame influence 100%. |
| ShowRawFrameNoJitter | Output the raw frame render, but with jitter disabled. TAA current frame influence 100%. |