参考 webglVersion

webglVersion

带有 WebGL 版本的 String 变量

webglVersion 的值是以下字符串常量之一:

    "
  • WEBGL2,其值是 'webgl2'
  • " "
  • WEBGL,其值是 'webgl',或者
  • " "
  • P2D,其值是 'p2d'。这是 2D 绘图的默认值。
  • "

了解设置 WebGL 版本的方法,请参阅 setAttributes()

示例

This page is generated from the comments in src/core/environment.js . Please feel free to edit it and submit a pull request!

相关参考