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
If I destroy the GL context earlier, a fbo.dispose() throw an error, which is not the case in WebGL.
Invalid GL context
at Error (native)
at WebGLFramebuffer.Object.<anonymous>.WebGLFramebuffer._performDelete (node_modules/gl/webgl.js:1743:22)
at checkDelete (node_modules/gl/webgl.js:505:9)
at WebGLRenderingContext.deleteFramebuffer (node_modules/gl/webgl.js:1762:3)
at Framebuffer.Object.<anonymous>.proto.dispose (node_modules/gl-fbo/fbo.js:357:6)
The text was updated successfully, but these errors were encountered:
gre
added a commit
to gre/gl-react
that referenced
this issue
Dec 7, 2016
If I destroy the GL context earlier, a fbo.dispose() throw an error, which is not the case in WebGL.
The text was updated successfully, but these errors were encountered: