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
400 stars 100 forks source link

Add support for WEBGL_debug_renderer_info #11

Closed pjcozzi closed 9 years ago

pjcozzi commented 10 years ago

WEBGL_debug_renderer_info

The browser must be ran as privileged, e.g., start Chrome with --enable-privileged-webgl-extensions.

pjcozzi commented 10 years ago

This no longer requires privileged access.

emackey commented 9 years ago

Implemented in #22.