summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/WEBGL_debug_shaders.idl
blob: ecb48d0b1df9e813b641d7bfd3b1e93a80a95d0f (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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);

};