Closed msbarry closed 4 years ago
I'm seeing some exceptions that gl.createShader is not a function, looks like it's because getWebGLContext can return a boolean, and isWebGLSupported needs it to return a webgl context.
gl.createShader
I'm seeing some exceptions that
gl.createShader
is not a function, looks like it's because getWebGLContext can return a boolean, and isWebGLSupported needs it to return a webgl context.