Enum DenoiserBase.FilterHint
The type of filter that denoises the input data.
Namespace: UnityEngine.Rendering.Denoising
Assembly: Unity.Rendering.Denoising.Runtime.dll
Syntax
public enum DenoiserBase.FilterHint
Fields
| Name | Description |
|---|---|
| Default | Denoise image buffers with the default filter. |
| Lightmap | Denoise lightmaps with the lightmap filter. |