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

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
getTranslatedShaderSourceChrome Full support 47Edge Full support 79Firefox Full support 30
Notes Disabled
Full support 30
Notes Disabled
Notes The extension is activated by default to privileged contexts (chrome context).
Disabled From version 30: this feature is behind the webgl.enable-privileged-extensions preference (needs to be set to true). To change preferences in Firefox, visit about:config.
IE ? Opera ? Safari ? WebView Android Full support 47Chrome Android Full support 47Firefox Android ? Opera Android ? Safari iOS ? Samsung Internet Android Full support 5.0

Legend

Full support
Full support
Compatibility unknown
Compatibility unknown
See implementation notes.
See implementation notes.
User must explicitly enable this feature.
User must explicitly enable this feature.

See also