Expand description
Tonemapping from an HDR texture to SDR.
§References
Structs§
- Tonemap
- Tonemap
Constants - Tonemapping
- Conducts HDR tone mapping.
Functions§
- bindgroup_
layout - create_
bindgroup - linear_
to_ srgb - Linear to sRGB approximation. See http://chilliant.blogspot.com/2012/08/srgb-approximations-for-hlsl.html
- srgb_
to_ linear - sRGB to linear approximation. See http://chilliant.blogspot.com/2012/08/srgb-approximations-for-hlsl.html
- srgba_
to_ linear - sRGB to linear approximation. See http://chilliant.blogspot.com/2012/08/srgb-approximations-for-hlsl.html
- tone_
map_ aces_ hill - tone_
map_ aces_ narkowicz - ACES tone map (faster approximation) see: https://knarkowicz.wordpress.com/2016/01/06/aces-filmic-tone-mapping-curve
- tone_
map_ reinhard - tonemap
- tonemapping_
fragment - tonemapping_
vertex