bevy/crates/bevy_sprite/src/render
charlotte 8c7f1b34d3
Fix text-2d. (#17674)
# Objective

Fix text 2d. Fixes https://github.com/bevyengine/bevy/issues/17670

## Solution

Evidently there's a 1:N extraction going on here that requires using the
render entity rather than main entity.

## Testing

Text 2d example
2025-02-04 21:32:14 +00:00
..
mod.rs Fix text-2d. (#17674) 2025-02-04 21:32:14 +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