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.
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
BCD tables only load in the browser
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.