bevy/crates
Ababwa 15d26da253 Dither fix (#7977)
- Fixes #7965
- Code quality improvements.
- Removes the unreferenced function `dither` in pbr_functions.wgsl
introduced in 72fbcc7, but made obsolete in c069c54.
- Makes the reference to `screen_space_dither` in pbr.wgsl conditional
on `#ifdef TONEMAP_IN_SHADER`, as the required import is conditional on
the same, as deband dithering can only occur if tonemapping is also
occurring.

---------

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2023-03-28 01:50:20 +02:00
..
bevy_a11y Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_animation Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_app Fix Plugin::build detection (#8103) 2023-03-28 01:42:06 +02:00
bevy_asset Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_audio Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_core Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_core_pipeline Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_derive Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_diagnostic Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_dylib Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_dynamic_plugin Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_ecs Fix field visibility for read-only WorldQuery types (#8163) 2023-03-28 01:48:27 +02:00
bevy_ecs_compile_fail_tests EntityMut: rename remove_intersection to remove and remove to take (#7810) 2023-02-26 00:09:19 +00:00
bevy_encase_derive Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_gilrs Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_gltf Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_hierarchy Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_input add Clone to common conditions (#8060) 2023-03-28 01:29:06 +02:00
bevy_internal Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_log Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_macro_utils Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_math Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_mikktspace Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_pbr Dither fix (#7977) 2023-03-28 01:50:20 +02:00
bevy_ptr Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_reflect Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_reflect_compile_fail_tests Enable deriving Reflect on structs with generic types (#7364) 2023-01-28 00:12:06 +00:00
bevy_render Fix documentation on RegularPolygon (#8164) 2023-03-28 01:49:28 +02:00
bevy_scene add position to scene errors (#8065) 2023-03-28 01:44:54 +02:00
bevy_sprite Add ReflectComponent registration for Sprite (#8207) 2023-03-28 01:50:00 +02:00
bevy_tasks Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_text Fix the Text2d text anchor's incorrect horizontal alignment (#8019) 2023-03-28 01:25:28 +02:00
bevy_time add Clone to common conditions (#8060) 2023-03-28 01:29:06 +02:00
bevy_transform Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_ui Skip the UV calculations for untextured UI nodes (#7809) 2023-03-28 01:42:50 +02:00
bevy_utils Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_window Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00
bevy_winit Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00