bevy/crates/bevy_render
robtfm 26f2d3fb2f
fast-fail in as_bind_group (#12513)
# Objective

prevent gpu buffer allocations when running `as_bind_group` for assets
with texture dependencies that are not yet available.

## Solution

reorder the binding creation so that fallible items are created first.
2024-03-18 17:47:31 +00:00
..
macros fast-fail in as_bind_group (#12513) 2024-03-18 17:47:31 +00:00
src Add pipeline statistics (#9135) 2024-03-17 20:29:35 +00:00
Cargo.toml Add pipeline statistics (#9135) 2024-03-17 20:29:35 +00:00