You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Bevy version
tested on: 1da726e
I ran the example and it immediately crashes.
Additional information
example:
examples/shader/post_processing.rs
compiler output:
The text was updated successfully, but these errors were encountered: