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
Fix glDrawElements emulation with FULL_ES2 (#22294)
This patch fixes an issue related to defining the buffer size before
drawing. It introduces a slight overhead of O(buffersize), but is
probably ok in practice, and is necessary for correctness. (Also,
this only affects FULL_ES2, which is not on by default.)
0 commit comments