Module tonemapping

Source
Expand description

Tonemapper which blits an image while applying a tonemapping operator.

As of right now there is no tonemapping applied as we don’t have auto-exposure yet. Once we have auto-exposure, we can do proper tonemapping, and will offer a variety of tonemapping operators.

When creating the tonemapping, ensure you use the correct format for the output. Each TonemappingRoutine instance only has a single pipeline, so if you need to render to two different formats potentially, use two different routines.

Structs§

TonemappingRoutine
HDR tonemapping routine.