Skip to main content

Module wgpu_integration

Module wgpu_integration 

Source
Expand description

Denoise wgpu textures by copying to CPU, running OIDN, and copying back.

Structs§

DenoiseOptions
Options for denoising a wgpu texture.

Enums§

DenoiseTextureFormat
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).