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

post_processing example crashes when trying to run #8620

Closed
louiidev opened this issue May 16, 2023 · 1 comment · Fixed by #8553
Closed

post_processing example crashes when trying to run #8620

louiidev opened this issue May 16, 2023 · 1 comment · Fixed by #8553
Labels
C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled

Comments

@louiidev
Copy link
Contributor

Bevy version

tested on: 1da726e

I ran the example and it immediately crashes.

Additional information

example: examples/shader/post_processing.rs

compiler output:

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/post_processing.rs:243:35
@louiidev louiidev added C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled labels May 16, 2023
@mockersf
Copy link
Member

Should be fixed by #8553

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants