Skip to content
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

texture_binding_array example no longer runs on main #8556

Closed
DGriffin91 opened this issue May 5, 2023 · 1 comment · Fixed by #8553
Closed

texture_binding_array example no longer runs on main #8556

DGriffin91 opened this issue May 5, 2023 · 1 comment · Fixed by #8553
Labels
A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior C-Examples An addition or correction to our examples P-Crash A sudden unexpected crash

Comments

@DGriffin91
Copy link
Contributor

Bevy version: main d319910

71842c5 broke the texture_binding_array example:

thread 'main' panicked at 'Requested resource bevy_render::renderer::render_device::RenderDevice does not exist in the World.
Did you forget to add it using app.insert_resource / app.init_resource?
Resources are also implicitly added via app.add_event,
and can be added by plugins.', examples/shader/texture_binding_array.rs:20:35

@DGriffin91 DGriffin91 added C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled labels May 5, 2023
@JMS55
Copy link
Contributor

JMS55 commented May 5, 2023

See #8553

@JMS55 JMS55 added A-Rendering Drawing game state to the screen and removed S-Needs-Triage This issue needs to be labelled labels May 5, 2023
@james7132 james7132 added C-Examples An addition or correction to our examples P-Crash A sudden unexpected crash labels May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior C-Examples An addition or correction to our examples P-Crash A sudden unexpected crash
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants