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
Fixed for Metal, but in GL or WebGPU this isn't really fixable for out-of-memory situations. In GL, calling glGetError() causes a full pipeline flush in WebGL, and with WebGPU's asynchronous error reporting it's also not possible to immediately return an out-of-memory error at object creation time.
See: #883
The text was updated successfully, but these errors were encountered: