bevy/crates/bevy_render
François 5bf5d48759 set pipeline to queued when shader is not yet available (#12051)
# Objective

- Fixes #11977 - user defined shaders don't work in wasm
- After investigation, it won't work if the shader is not yet available
when compiling the pipeline on all platforms, for example if you load
many assets

## Solution

- Set the pipeline state to queued when it errs waiting for the shader
so that it's retried
2024-02-27 17:17:54 +01:00
..
macros Release 0.13.0 (#11920) 2024-02-17 09:24:25 +00:00
src set pipeline to queued when shader is not yet available (#12051) 2024-02-27 17:17:54 +01:00
Cargo.toml Add the serde feature to bitflags for bevy_render. (#11966) 2024-02-27 17:11:42 +01:00