bevy/crates/bevy_render
François c641882cfe
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-23 07:14:09 +00:00
..
macros Bump Version after Release (#12020) 2024-02-21 20:58:59 +00:00
src set pipeline to queued when shader is not yet available (#12051) 2024-02-23 07:14:09 +00:00
Cargo.toml Bump Version after Release (#12020) 2024-02-21 20:58:59 +00:00