Expand description
Denoise wgpu textures by copying to CPU, running OIDN, and copying back.
Structs§
- Denoise
Options - Options for denoising a wgpu texture.
Enums§
- Denoise
Texture Format - Supported texture format for denoising input/output.
Functions§
- denoise_
texture - Denoises a wgpu texture by readback → OIDN (CPU) → upload.
- denoise_
texture_ with_ aux - Denoises a wgpu color texture with optional albedo and normal AOV textures (same size/format as color).