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
I'm fairly certain that this is a Chrome issue, but I figured I'd report it hear anyway.
Canvas's getContext('experimental-webgl') is returning null. This results in Gladius errors along the lines of Uncaught Error: already completed.
I have also tried just 'webgl' with no luck.
Even though this is likely a Chrome issue, it would be helpful to restore the commented alert("Could not initialise WebGL, sorry :-("). The current error is non-obvious and took a while to track down.
The text was updated successfully, but these errors were encountered:
I'm fairly certain that this is a Chrome issue, but I figured I'd report it hear anyway.
Canvas's
getContext('experimental-webgl')
is returningnull
. This results in Gladius errors along the lines of Uncaught Error: already completed.I have also tried just
'webgl'
with no luck.Even though this is likely a Chrome issue, it would be helpful to restore the commented
alert("Could not initialise WebGL, sorry :-(")
. The current error is non-obvious and took a while to track down.The text was updated successfully, but these errors were encountered: