11 lines
429 B
Text
11 lines
429 B
Text
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into webref
|
|
// (https://github.com/w3c/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);
|
|
|
|
};
|