-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bevy 0.13 #64
Bevy 0.13 #64
Conversation
Example scenes will panic when clicking any select-able object in the scene with the following message on commit 8c31bea: thread 'main' panicked at ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.19.3/src/backend/wgpu_core.rs:3006:5:
wgpu error: Validation Error
Caused by:
In Device::create_render_pipeline
note: label = `opaque_mesh_pipeline`
Error matching ShaderStages(FRAGMENT) shader requirements against the pipeline
Shader global ResourceBinding { group: 1, binding: 0 } is not available in the pipeline layout
Storage class Storage { access: StorageAccess(LOAD) } doesn't match the shader Uniform |
Issue will be resolved by Bevy 0.13.1 see bevyengine/bevy#12032 |
Bevy 0.13.1 has been released but the wgpu panic remains |
Ready for another CI attempt at 0aa13f8 |
Looks great, thank you! |
16c5698
into
ForesightMiningSoftwareCorporation:main
Updated code to build for Bevy 0.13
PR Status
cargo test
)