mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
9c79b39d73
# Objective - Since #5900 3d examples fail in wasm ``` ERROR crates/bevy_render/src/render_resource/pipeline_cache.rs:660 failed to process shader: Unknown shader def: 'AVAILABLE_STORAGE_BUFFER_BINDINGS' ``` ## Solution - Fix it by always adding the shaderdef `AVAILABLE_STORAGE_BUFFER_BINDINGS` with the actual value, instead of 3 when 3 or more were available |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |