Enum DenoiserType
Enumeration of the available denoiser types.
Namespace: UnityEngine.Rendering.Denoising
Assembly: Unity.Rendering.Denoising.Runtime.dll
Syntax
public enum DenoiserType
Fields
| Name | Description |
|---|---|
| None | Do not perform any denoising. |
| OpenImageDenoise | Use the Intel Open Image Denoise backend. |
| Optix | Use the NVIDIA Optix Denoiser backend. |