Shaojing Li 6a9c2e2445 Update links for the docs (#284)
* Update links for the docs
2017-07-26 19:58:23 -07:00

390 B

getContextInfo

Returns an object containing following details.

  • vendor: info[GL.UNMASKED_VENDOR_WEBGL] || info[GL.VENDOR],
  • renderer: info[GL.UNMASKED_RENDERER_WEBGL] || info[GL.RENDERER],
  • version: info[GL.VERSION],
  • shadingLanguageVersion: info[GL.SHADING_LANGUAGE_VERSION],
  • info,
  • limits,
  • webgl1MinLimits: gl.luma.webgl1MinLimits,
  • webgl2MinLimits: gl.luma.webgl2MinLimits