Expand description
RT and RTLightmap denoising filters, plus generic filter API (full OIDN filter coverage).
Structs§
- Filter
- Generic filter created by type name (e.g.
"RT","RTLightmap"). - RtFilter
- Ray tracing denoising filter (OIDN “RT” filter).
- RtLightmap
Filter - Ray-traced lightmap denoising filter (OIDN “RTLightmap”).
Enums§
- OIDN
Format - Image format for filter image parameters. Re-exported so variants (e.g.
OIDNFormat::Float3) are constructible. - Quality
- Filter quality vs performance trade-off (OIDN 2.x).
Type Aliases§
- Image
Format - Type alias for filter image format (same as
OIDNFormat).