检查WebGL2 const gl = someCanvas.getContext("webgl2"); if (!gl) { .. no webgl2 }. 检查WebGL1 const gl = someCanvas.getContext("webgl") ...
確定! 回上一頁