-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Panic range end index out of range, write_uniform_buffers #1138
Comments
Direct code link: bevy/crates/bevy_render/src/render_graph/nodes/render_resources_node.rs Lines 328 to 331 in 61ce3f7
|
Might be related to #1056, which happens when the buffers are incorrectly resized due to the wrong item_size of the buffer array. |
this is happening for me as well, same thing. Mixture of Tilemap plus sprites, happens about 50% of the time, but if it makes it through a few frames, its seems fine (must be some random ordering or something that causes it). |
Could you please try #1509? |
With #1509 merged, and |
bevy 0.4.0 ubuntu 20.04
Happens intermittently. No minimal reproducer though I can send in a version of a project.
In write_uniform_buffers at
The text was updated successfully, but these errors were encountered: