Web/API/WEBGL debug shaders

From Get docs


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_shadersThe definition of 'WEBGL_debug_shaders' in that specification. Recommendation Initial definition.

Browser compatibility

The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
getTranslatedShaderSource Chrome

Full support 47

Edge

Full support 79

Firefox 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 47

Chrome Android

Full support 47

Firefox 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