Namespace UnityEngine.Rendering.Denoising
Classes
CommandBufferDenoiser
The Denoiser class exposes a public API for denoising images that are stored as render textures. The operations are asynchronous and are recorded in a command buffer.
Denoiser
The Denoiser class exposes a public API for denoising images that are stored in a NativeArray.
DenoiserBase
Enums
DenoiserBase.FilterHint
The type of filter that denoises the input data.
DenoiserBase.State
The state of a denoising operation.
DenoiserType
Enumeration of the available denoiser types.