W3cubDocs

/DOM

WEBGL debug shaders

The WEBGL_debug_shaders extension is part of the WebGL API and exposes a method to debug shaders from privileged contexts.

This extension is not directly available to web sites as the way of how the shader is translated may uncover personally-identifiable information to the web page about the kind of graphics card in the user's computer.

WebGL extensions are available using the WebGLRenderingContext.getExtension() method. For more information, see also Using Extensions in the WebGL tutorial.

Availability: Depending on the privacy settings of the browser, this extension might only be available to privileged contexts.

This extension is available to both, WebGL1 and WebGL2 contexts.

Methods

WEBGL_debug_shaders.getTranslatedShaderSource()
Returns the translated shader source.

Specifications

Specification Status Comment
WEBGL_debug_shaders
The definition of 'WEBGL_debug_shaders' in that specification.
Recommendation Initial definition.

Browser compatibility

Feature Chrome Edge Firefox Internet Explorer Opera Safari Servo
Basic Support ? ? No support1 ? ? ? ?
Feature Android Chrome for Android Edge Mobile Firefox for Android IE Mobile Opera Mobile Safari Mobile
Basic Support ? ? ? ? ? ? ?

1. This extension is only available, since Firefox 30, behind the webgl.enable-debug-renderer-info and the webgl.enable-privileged-extensions. Since Firefox 30, the extension is activated by default to privileged contexts (chrome context).

See also

© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_debug_shaders