mirror of
https://github.com/PavelDoGreat/WebGL-Fluid-Simulation.git
synced 2025-10-04 09:51:38 +02:00
update script
This commit is contained in:
@@ -62,9 +62,8 @@ function getWebGLContext (canvas) {
|
||||
|
||||
if (formatRGBA == null)
|
||||
{ ga('send', 'event', isWebGL2 ? 'webgl2' : 'webgl', 'not supported'); }
|
||||
|
||||
if (halfFloat == null)
|
||||
{ ga('send', 'event', isWebGL2 ? 'webgl2' : 'webgl', 'halfTexture not supported'); }
|
||||
else
|
||||
{ ga('send', 'event', isWebGL2 ? 'webgl2' : 'webgl', 'supported'); }
|
||||
|
||||
return {
|
||||
gl: gl,
|
||||
|
Reference in New Issue
Block a user