Guest User

Untitled

a guest
Jul 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. const gl = someCanvas.getContext("webgl2");
  2. if (!gl) { .. no webgl2 }
  3.  
  4. const gl = someCanvas.getContext("webgl");
  5. if (!gl) { ... no webgl }
Add Comment
Please, Sign In to add comment