summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/OES_draw_buffers_indexed.idl
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/interfaces/OES_draw_buffers_indexed.idl')
-rw-r--r--testing/web-platform/tests/interfaces/OES_draw_buffers_indexed.idl26
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/web-platform/tests/interfaces/OES_draw_buffers_indexed.idl b/testing/web-platform/tests/interfaces/OES_draw_buffers_indexed.idl
new file mode 100644
index 0000000000..ea1e217a11
--- /dev/null
+++ b/testing/web-platform/tests/interfaces/OES_draw_buffers_indexed.idl
@@ -0,0 +1,26 @@
+// GENERATED CONTENT - DO NOT EDIT
+// Content was automatically extracted by Reffy into webref
+// (https://github.com/w3c/webref)
+// Source: WebGL OES_draw_buffers_indexed Extension Specification (https://registry.khronos.org/webgl/extensions/OES_draw_buffers_indexed/)
+
+[Exposed=(Window,Worker), LegacyNoInterfaceObject]
+interface OES_draw_buffers_indexed {
+ undefined enableiOES(GLenum target, GLuint index);
+
+ undefined disableiOES(GLenum target, GLuint index);
+
+ undefined blendEquationiOES(GLuint buf, GLenum mode);
+
+ undefined blendEquationSeparateiOES(GLuint buf,
+ GLenum modeRGB, GLenum modeAlpha);
+
+ undefined blendFunciOES(GLuint buf,
+ GLenum src, GLenum dst);
+
+ undefined blendFuncSeparateiOES(GLuint buf,
+ GLenum srcRGB, GLenum dstRGB,
+ GLenum srcAlpha, GLenum dstAlpha);
+
+ undefined colorMaskiOES(GLuint buf,
+ GLboolean r, GLboolean g, GLboolean b, GLboolean a);
+};