Source code
Revision control
Copy as Markdown
Other Tools
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// Source: WebGL WEBGL_debug_shaders Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_debug_shaders/)
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
interface WEBGL_debug_shaders {
DOMString getTranslatedShaderSource(WebGLShader shader);
};