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(typeofOffscreenCanvas!='undefined'&&canvasinstanceofOffscreenCanvas)dbg(`emscripten_webgl_create_context: Creating an OffscreenCanvas-based WebGL context on target "${targetStr}"`);
119
+
if(_emscripten_supports_offscreencanvas()&&canvasinstanceofOffscreenCanvas)dbg(`emscripten_webgl_create_context: Creating an OffscreenCanvas-based WebGL context on target "${targetStr}"`);
119
120
elseif(typeofHTMLCanvasElement!='undefined'&&canvasinstanceofHTMLCanvasElement)dbg(`emscripten_webgl_create_context: Creating an HTMLCanvasElement-based WebGL context on target "${targetStr}"`);
0 commit comments