CesiumGS / webglreport

A web page that reports a browser's WebGL capabilities, including supported extensions and implementation specific capabilities, such as the maximum number of texture units.
https://webglreport.com
Apache License 2.0
391 stars 99 forks source link

Added webgl2 context creation #24

Closed pjcozzi closed 9 years ago

pjcozzi commented 9 years ago

Enabling in Firefox: https://wiki.mozilla.org/Platform/GFX/WebGL2

I was hoping that uniform buffer functions would be exposed on the GL context itself or as an extension, but that does not appear to be the case yet. :disappointed:

emackey commented 9 years ago

Should we notify the user that they successfully got an experimental webgl2 context?

emackey commented 9 years ago

Oh we do already, nevermind.

emackey commented 9 years ago

Published to gh-pages.