texture_binding_array
example no longer runs on main
#8556
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
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 theWorld
.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
The text was updated successfully, but these errors were encountered: