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 incorrect assumptions in drawingbuffer-storage-test. (#3770)
It is not guaranteed that WebGL implementations can allocate a drawing
buffer at any specific size. Avoid asserting that allocations up to
the maximum renderbuffer size will succeed.
Associated with https://crbug.com/332743717 .
0 commit comments