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
Description
Given for example a LateMinBufferBindingSizeMismatch error:
In a RenderPass
note: encoder = `egui_webpainter_paint_and_update_textures`
In a draw command, indexed:false indirect:false
note: render pipeline = `<RenderPipeline-(1, 1, Gl)>`
Buffer is bound with size 16 where the shader expects 32 in group[0] compact index 0
.. then the inner DrawError is not pretty printed
The text was updated successfully, but these errors were encountered:
Description
Given for example a
LateMinBufferBindingSizeMismatch
error:.. then the inner
DrawError
is not pretty printedThe text was updated successfully, but these errors were encountered: