@webref/idl 3.15.1 → 3.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ANGLE_instanced_arrays.idl +1 -1
- package/EXT_blend_minmax.idl +1 -1
- package/EXT_clip_cull_distance.idl +1 -1
- package/EXT_color_buffer_float.idl +1 -1
- package/EXT_color_buffer_half_float.idl +1 -1
- package/EXT_disjoint_timer_query.idl +1 -1
- package/EXT_disjoint_timer_query_webgl2.idl +1 -1
- package/EXT_float_blend.idl +1 -1
- package/EXT_frag_depth.idl +1 -1
- package/EXT_sRGB.idl +1 -1
- package/EXT_shader_texture_lod.idl +1 -1
- package/EXT_texture_compression_bptc.idl +1 -1
- package/EXT_texture_compression_rgtc.idl +1 -1
- package/EXT_texture_filter_anisotropic.idl +1 -1
- package/EXT_texture_norm16.idl +1 -1
- package/KHR_parallel_shader_compile.idl +1 -1
- package/OES_draw_buffers_indexed.idl +1 -1
- package/OES_element_index_uint.idl +1 -1
- package/OES_fbo_render_mipmap.idl +1 -1
- package/OES_standard_derivatives.idl +1 -1
- package/OES_texture_float.idl +1 -1
- package/OES_texture_float_linear.idl +1 -1
- package/OES_texture_half_float.idl +1 -1
- package/OES_texture_half_float_linear.idl +1 -1
- package/OES_vertex_array_object.idl +1 -1
- package/OVR_multiview2.idl +1 -1
- package/WEBGL_blend_equation_advanced_coherent.idl +1 -1
- package/WEBGL_color_buffer_float.idl +1 -1
- package/WEBGL_compressed_texture_astc.idl +1 -1
- package/WEBGL_compressed_texture_etc.idl +1 -1
- package/WEBGL_compressed_texture_etc1.idl +1 -1
- package/WEBGL_compressed_texture_pvrtc.idl +1 -1
- package/WEBGL_compressed_texture_s3tc.idl +1 -1
- package/WEBGL_compressed_texture_s3tc_srgb.idl +1 -1
- package/WEBGL_debug_renderer_info.idl +1 -1
- package/WEBGL_debug_shaders.idl +1 -1
- package/WEBGL_depth_texture.idl +1 -1
- package/WEBGL_draw_buffers.idl +1 -1
- package/WEBGL_draw_instanced_base_vertex_base_instance.idl +1 -1
- package/WEBGL_lose_context.idl +1 -1
- package/WEBGL_multi_draw.idl +1 -1
- package/WEBGL_multi_draw_instanced_base_vertex_base_instance.idl +1 -1
- package/model-element.idl +9 -0
- package/package.json +1 -1
- package/raw-camera-access.idl +18 -0
- package/webgl1.idl +1 -1
- package/webgl2.idl +1 -1
- package/webgpu.idl +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL ANGLE_instanced_arrays Khronos Ratified Extension Specification (https://
|
|
4
|
+
// Source: WebGL ANGLE_instanced_arrays Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/ANGLE_instanced_arrays/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface ANGLE_instanced_arrays {
|
package/EXT_blend_minmax.idl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL EXT_blend_minmax Khronos Ratified Extension Specification (https://
|
|
4
|
+
// Source: WebGL EXT_blend_minmax Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/EXT_blend_minmax/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface EXT_blend_minmax {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL EXT_clip_cull_distance Extension Draft Specification (https://
|
|
4
|
+
// Source: WebGL EXT_clip_cull_distance Extension Draft Specification (https://registry.khronos.org/webgl/extensions/EXT_clip_cull_distance/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface EXT_clip_cull_distance {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL EXT_color_buffer_float Extension Specification (https://
|
|
4
|
+
// Source: WebGL EXT_color_buffer_float Extension Specification (https://registry.khronos.org/webgl/extensions/EXT_color_buffer_float/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface EXT_color_buffer_float {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL EXT_color_buffer_half_float Extension Specification (https://
|
|
4
|
+
// Source: WebGL EXT_color_buffer_half_float Extension Specification (https://registry.khronos.org/webgl/extensions/EXT_color_buffer_half_float/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface EXT_color_buffer_half_float {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL EXT_disjoint_timer_query Extension Specification (https://
|
|
4
|
+
// Source: WebGL EXT_disjoint_timer_query Extension Specification (https://registry.khronos.org/webgl/extensions/EXT_disjoint_timer_query/)
|
|
5
5
|
|
|
6
6
|
typedef unsigned long long GLuint64EXT;
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL EXT_disjoint_timer_query_webgl2 Extension Specification (https://
|
|
4
|
+
// Source: WebGL EXT_disjoint_timer_query_webgl2 Extension Specification (https://registry.khronos.org/webgl/extensions/EXT_disjoint_timer_query_webgl2/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface EXT_disjoint_timer_query_webgl2 {
|
package/EXT_float_blend.idl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL EXT_float_blend Extension Specification (https://
|
|
4
|
+
// Source: WebGL EXT_float_blend Extension Specification (https://registry.khronos.org/webgl/extensions/EXT_float_blend/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface EXT_float_blend {
|
package/EXT_frag_depth.idl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL EXT_frag_depth Khronos Ratified Extension Specification (https://
|
|
4
|
+
// Source: WebGL EXT_frag_depth Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/EXT_frag_depth/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface EXT_frag_depth {
|
package/EXT_sRGB.idl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL EXT_sRGB Extension Specification (https://
|
|
4
|
+
// Source: WebGL EXT_sRGB Extension Specification (https://registry.khronos.org/webgl/extensions/EXT_sRGB/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface EXT_sRGB {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL EXT_shader_texture_lod Khronos Ratified Extension Specification (https://
|
|
4
|
+
// Source: WebGL EXT_shader_texture_lod Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/EXT_shader_texture_lod/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface EXT_shader_texture_lod {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL EXT_texture_compression_bptc Extension Specification (https://
|
|
4
|
+
// Source: WebGL EXT_texture_compression_bptc Extension Specification (https://registry.khronos.org/webgl/extensions/EXT_texture_compression_bptc/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface EXT_texture_compression_bptc {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL EXT_texture_compression_rgtc Extension Specification (https://
|
|
4
|
+
// Source: WebGL EXT_texture_compression_rgtc Extension Specification (https://registry.khronos.org/webgl/extensions/EXT_texture_compression_rgtc/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface EXT_texture_compression_rgtc {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL EXT_texture_filter_anisotropic Khronos Ratified Extension Specification (https://
|
|
4
|
+
// Source: WebGL EXT_texture_filter_anisotropic Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/EXT_texture_filter_anisotropic/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface EXT_texture_filter_anisotropic {
|
package/EXT_texture_norm16.idl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL EXT_texture_norm16 Extension Specification (https://
|
|
4
|
+
// Source: WebGL EXT_texture_norm16 Extension Specification (https://registry.khronos.org/webgl/extensions/EXT_texture_norm16/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface EXT_texture_norm16 {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL KHR_parallel_shader_compile Extension Specification (https://
|
|
4
|
+
// Source: WebGL KHR_parallel_shader_compile Extension Specification (https://registry.khronos.org/webgl/extensions/KHR_parallel_shader_compile/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface KHR_parallel_shader_compile {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL OES_draw_buffers_indexed Extension Specification (https://
|
|
4
|
+
// Source: WebGL OES_draw_buffers_indexed Extension Specification (https://registry.khronos.org/webgl/extensions/OES_draw_buffers_indexed/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface OES_draw_buffers_indexed {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL OES_element_index_uint Khronos Ratified Extension Specification (https://
|
|
4
|
+
// Source: WebGL OES_element_index_uint Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/OES_element_index_uint/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface OES_element_index_uint {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL OES_fbo_render_mipmap Extension Specification (https://
|
|
4
|
+
// Source: WebGL OES_fbo_render_mipmap Extension Specification (https://registry.khronos.org/webgl/extensions/OES_fbo_render_mipmap/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface OES_fbo_render_mipmap {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL OES_standard_derivatives Khronos Ratified Extension Specification (https://
|
|
4
|
+
// Source: WebGL OES_standard_derivatives Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/OES_standard_derivatives/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface OES_standard_derivatives {
|
package/OES_texture_float.idl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL OES_texture_float Khronos Ratified Extension Specification (https://
|
|
4
|
+
// Source: WebGL OES_texture_float Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/OES_texture_float/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface OES_texture_float { };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL OES_texture_float_linear Khronos Ratified Extension Specification (https://
|
|
4
|
+
// Source: WebGL OES_texture_float_linear Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/OES_texture_float_linear/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface OES_texture_float_linear { };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL OES_texture_half_float Khronos Ratified Extension Specification (https://
|
|
4
|
+
// Source: WebGL OES_texture_half_float Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/OES_texture_half_float/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface OES_texture_half_float {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL OES_texture_half_float_linear Khronos Ratified Extension Specification (https://
|
|
4
|
+
// Source: WebGL OES_texture_half_float_linear Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/OES_texture_half_float_linear/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface OES_texture_half_float_linear { };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL OES_vertex_array_object Khronos Ratified Extension Specification (https://
|
|
4
|
+
// Source: WebGL OES_vertex_array_object Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/OES_vertex_array_object/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface WebGLVertexArrayObjectOES : WebGLObject {
|
package/OVR_multiview2.idl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL OVR_multiview2 Extension Specification (https://
|
|
4
|
+
// Source: WebGL OVR_multiview2 Extension Specification (https://registry.khronos.org/webgl/extensions/OVR_multiview2/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface OVR_multiview2 {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL WEBGL_blend_equation_advanced_coherent Extension Draft Specification (https://
|
|
4
|
+
// Source: WebGL WEBGL_blend_equation_advanced_coherent Extension Draft Specification (https://registry.khronos.org/webgl/extensions/WEBGL_blend_equation_advanced_coherent/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface WEBGL_blend_equation_advanced_coherent {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL WEBGL_color_buffer_float Extension Specification (https://
|
|
4
|
+
// Source: WebGL WEBGL_color_buffer_float Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_color_buffer_float/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface WEBGL_color_buffer_float {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL WEBGL_compressed_texture_astc Extension Specification (https://
|
|
4
|
+
// Source: WebGL WEBGL_compressed_texture_astc Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_astc/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface WEBGL_compressed_texture_astc {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL WEBGL_compressed_texture_etc Extension Specification (https://
|
|
4
|
+
// Source: WebGL WEBGL_compressed_texture_etc Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_etc/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface WEBGL_compressed_texture_etc {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL WEBGL_compressed_texture_etc1 Extension Specification (https://
|
|
4
|
+
// Source: WebGL WEBGL_compressed_texture_etc1 Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_etc1/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface WEBGL_compressed_texture_etc1 {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL WEBGL_compressed_texture_pvrtc Extension Specification (https://
|
|
4
|
+
// Source: WebGL WEBGL_compressed_texture_pvrtc Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_pvrtc/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface WEBGL_compressed_texture_pvrtc {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL WEBGL_compressed_texture_s3tc Khronos Ratified Extension Specification (https://
|
|
4
|
+
// Source: WebGL WEBGL_compressed_texture_s3tc Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_s3tc/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface WEBGL_compressed_texture_s3tc {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL WEBGL_compressed_texture_s3tc_srgb Extension Specification (https://
|
|
4
|
+
// Source: WebGL WEBGL_compressed_texture_s3tc_srgb Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_s3tc_srgb/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface WEBGL_compressed_texture_s3tc_srgb {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL WEBGL_debug_renderer_info Khronos Ratified Extension Specification (https://
|
|
4
|
+
// Source: WebGL WEBGL_debug_renderer_info Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_debug_renderer_info/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface WEBGL_debug_renderer_info {
|
package/WEBGL_debug_shaders.idl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL WEBGL_debug_shaders Khronos Ratified Extension Specification (https://
|
|
4
|
+
// Source: WebGL WEBGL_debug_shaders Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_debug_shaders/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface WEBGL_debug_shaders {
|
package/WEBGL_depth_texture.idl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL WEBGL_depth_texture Khronos Ratified Extension Specification (https://
|
|
4
|
+
// Source: WebGL WEBGL_depth_texture Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_depth_texture/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface WEBGL_depth_texture {
|
package/WEBGL_draw_buffers.idl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL WEBGL_draw_buffers Khronos Ratified Extension Specification (https://
|
|
4
|
+
// Source: WebGL WEBGL_draw_buffers Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_draw_buffers/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface WEBGL_draw_buffers {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL WEBGL_draw_instanced_base_vertex_base_instance Extension Draft Specification (https://
|
|
4
|
+
// Source: WebGL WEBGL_draw_instanced_base_vertex_base_instance Extension Draft Specification (https://registry.khronos.org/webgl/extensions/WEBGL_draw_instanced_base_vertex_base_instance/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface WEBGL_draw_instanced_base_vertex_base_instance {
|
package/WEBGL_lose_context.idl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL WEBGL_lose_context Khronos Ratified Extension Specification (https://
|
|
4
|
+
// Source: WebGL WEBGL_lose_context Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_lose_context/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface WEBGL_lose_context {
|
package/WEBGL_multi_draw.idl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL WEBGL_multi_draw Extension Specification (https://
|
|
4
|
+
// Source: WebGL WEBGL_multi_draw Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_multi_draw/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface WEBGL_multi_draw {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL WEBGL_multi_draw_instanced_base_vertex_base_instance Extension Draft Specification (https://
|
|
4
|
+
// Source: WebGL WEBGL_multi_draw_instanced_base_vertex_base_instance Extension Draft Specification (https://registry.khronos.org/webgl/extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/)
|
|
5
5
|
|
|
6
6
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
7
7
|
interface WEBGL_multi_draw_instanced_base_vertex_base_instance {
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// GENERATED CONTENT - DO NOT EDIT
|
|
2
|
+
// Content was automatically extracted by Reffy into webref
|
|
3
|
+
// (https://github.com/w3c/webref)
|
|
4
|
+
// Source: The <model> element (https://immersive-web.github.io/model-element/)
|
|
5
|
+
|
|
6
|
+
[Exposed=Window]
|
|
7
|
+
interface HTMLModelElement : HTMLElement {
|
|
8
|
+
|
|
9
|
+
};
|
package/package.json
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// GENERATED CONTENT - DO NOT EDIT
|
|
2
|
+
// Content was automatically extracted by Reffy into webref
|
|
3
|
+
// (https://github.com/w3c/webref)
|
|
4
|
+
// Source: WebXR Raw Camera Access Module (https://immersive-web.github.io/raw-camera-access/)
|
|
5
|
+
|
|
6
|
+
partial interface XRView {
|
|
7
|
+
[SameObject] readonly attribute XRCamera? camera;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
[SecureContext, Exposed=Window]
|
|
11
|
+
interface XRCamera {
|
|
12
|
+
readonly attribute unsigned long width;
|
|
13
|
+
readonly attribute unsigned long height;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
partial interface XRWebGLBinding {
|
|
17
|
+
WebGLTexture? getCameraImage(XRCamera camera);
|
|
18
|
+
};
|
package/webgl1.idl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL Specification (https://
|
|
4
|
+
// Source: WebGL Specification (https://registry.khronos.org/webgl/specs/latest/1.0/)
|
|
5
5
|
|
|
6
6
|
typedef unsigned long GLenum;
|
|
7
7
|
typedef boolean GLboolean;
|
package/webgl2.idl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED CONTENT - DO NOT EDIT
|
|
2
2
|
// Content was automatically extracted by Reffy into webref
|
|
3
3
|
// (https://github.com/w3c/webref)
|
|
4
|
-
// Source: WebGL 2.0 Specification (https://
|
|
4
|
+
// Source: WebGL 2.0 Specification (https://registry.khronos.org/webgl/specs/latest/2.0/)
|
|
5
5
|
|
|
6
6
|
typedef long long GLint64;
|
|
7
7
|
typedef unsigned long long GLuint64;
|
package/webgpu.idl
CHANGED
|
@@ -899,7 +899,7 @@ dictionary GPUImageCopyTextureTagged : GPUImageCopyTexture {
|
|
|
899
899
|
};
|
|
900
900
|
|
|
901
901
|
dictionary GPUImageCopyExternalImage {
|
|
902
|
-
required (ImageBitmap or HTMLCanvasElement or OffscreenCanvas) source;
|
|
902
|
+
required (ImageBitmap or HTMLVideoElement or HTMLCanvasElement or OffscreenCanvas) source;
|
|
903
903
|
GPUOrigin2D origin = {};
|
|
904
904
|
boolean flipY = false;
|
|
905
905
|
};
|