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 issue came out of MR #564 - for more info read the comments on it.
This issue is causing three tests to fail in dawn backend (theses have multiple ssbo calls for the same buffer as a result that buffer's size gets multiplied till it gets so big it overflows and dawn backed asserts for creating a buffer of size 0):
./cases/draw_array_after_draw_rect.vkscript
./cases/draw_rect_after_draw_array.vkscript
./cases/draw_rect_and_draw_array_mixed.vkscript
The text was updated successfully, but these errors were encountered:
Well since we took another approach - using a separate member variable in buffer.cc to save the max size instead of changing the actual size while processing ssbo/ubo - this is not an issue anymore.
This issue came out of MR #564 - for more info read the comments on it.
This issue is causing three tests to fail in dawn backend (theses have multiple ssbo calls for the same buffer as a result that buffer's size gets multiplied till it gets so big it overflows and dawn backed asserts for creating a buffer of size 0):
./cases/draw_array_after_draw_rect.vkscript
./cases/draw_rect_after_draw_array.vkscript
./cases/draw_rect_and_draw_array_mixed.vkscript
The text was updated successfully, but these errors were encountered: