summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/EXT_color_buffer_half_float.idl
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/interfaces/EXT_color_buffer_half_float.idl')
-rw-r--r--testing/web-platform/tests/interfaces/EXT_color_buffer_half_float.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/interfaces/EXT_color_buffer_half_float.idl b/testing/web-platform/tests/interfaces/EXT_color_buffer_half_float.idl
new file mode 100644
index 0000000000..7197e44f27
--- /dev/null
+++ b/testing/web-platform/tests/interfaces/EXT_color_buffer_half_float.idl
@@ -0,0 +1,12 @@
+// GENERATED CONTENT - DO NOT EDIT
+// Content was automatically extracted by Reffy into webref
+// (https://github.com/w3c/webref)
+// Source: WebGL EXT_color_buffer_half_float Extension Specification (https://registry.khronos.org/webgl/extensions/EXT_color_buffer_half_float/)
+
+[Exposed=(Window,Worker), LegacyNoInterfaceObject]
+interface EXT_color_buffer_half_float {
+ const GLenum RGBA16F_EXT = 0x881A;
+ const GLenum RGB16F_EXT = 0x881B;
+ const GLenum FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT = 0x8211;
+ const GLenum UNSIGNED_NORMALIZED_EXT = 0x8C17;
+}; // interface EXT_color_buffer_half_float