bevy/crates/bevy_sprite/src/render
ickshonpe 1e9f647b33
prepare_sprite_image_bind_groups refactor (#17045)
# Objective

In `prepare_sprite_image_bind_groups` the `batch_image_changed`
condition is checked twice but the second if-block seems unnecessary.

# Solution

Queue new `SpriteBatch`es inside the first if-block and remove the
second if-block.
2024-12-30 22:54:04 +00:00
..
mod.rs prepare_sprite_image_bind_groups refactor (#17045) 2024-12-30 22:54:04 +00:00
sprite_view_bindings.wgsl add tonemapping LUT bindings for sprite and mesh2d pipelines (#13262) 2024-05-28 12:09:26 +00:00
sprite.wgsl Normalise matrix naming (#13489) 2024-06-03 16:56:53 +00:00