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
This use-case is not supported by RenderPassNodeBuilder because it must figure-out framebuffer dimensions. I guess an error would be more appropriate then underflow.
https://github.com/amethyst/rendy/blob/master/graph/src/node/render/pass.rs#L718
The subtraction here underflows when attachments.len() == 0. This causes a crash in developer mode.
The text was updated successfully, but these errors were encountered: