|  c069c544a7 # Objective - Fixes #6706 Zoom in on the shadow in the following images: ## Current bevy/main ### HDR On - correct  ### HDR Off - incorrect  ## This PR ### HDR On - correct  ### HDR Off - corrected  ## Close-up comparison ### New  ### Old  ## Solution - It turns out there was an outright missing sRGB conversion for dithering non-HDR cameras. - I also tried using a precise sRGB conversion, but it had no apparent effect on the final image. --- ## Changelog - Fix deband dithering intensity for non-HDR pipelines. | ||
|---|---|---|
| .. | ||
| bloom | ||
| core_2d | ||
| core_3d | ||
| fullscreen_vertex_shader | ||
| fxaa | ||
| tonemapping | ||
| upscaling | ||
| clear_color.rs | ||
| lib.rs | ||