@@ -9856,6 +9856,40 @@ interface WebGLRenderingContextBase {
98569856 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
98579857 getError(): GLenum;
98589858 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
9859+ getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
9860+ getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
9861+ getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
9862+ getExtension(extensionName: "EXT_color_buffer_half_float"): EXT_color_buffer_half_float | null;
9863+ getExtension(extensionName: "EXT_float_blend"): EXT_float_blend | null;
9864+ getExtension(extensionName: "EXT_frag_depth"): EXT_frag_depth | null;
9865+ getExtension(extensionName: "EXT_sRGB"): EXT_sRGB | null;
9866+ getExtension(extensionName: "EXT_shader_texture_lod"): EXT_shader_texture_lod | null;
9867+ getExtension(extensionName: "EXT_texture_compression_bptc"): EXT_texture_compression_bptc | null;
9868+ getExtension(extensionName: "EXT_texture_compression_rgtc"): EXT_texture_compression_rgtc | null;
9869+ getExtension(extensionName: "EXT_texture_filter_anisotropic"): EXT_texture_filter_anisotropic | null;
9870+ getExtension(extensionName: "KHR_parallel_shader_compile"): KHR_parallel_shader_compile | null;
9871+ getExtension(extensionName: "OES_element_index_uint"): OES_element_index_uint | null;
9872+ getExtension(extensionName: "OES_fbo_render_mipmap"): OES_fbo_render_mipmap | null;
9873+ getExtension(extensionName: "OES_standard_derivatives"): OES_standard_derivatives | null;
9874+ getExtension(extensionName: "OES_texture_float"): OES_texture_float | null;
9875+ getExtension(extensionName: "OES_texture_float_linear"): OES_texture_float_linear | null;
9876+ getExtension(extensionName: "OES_texture_half_float"): OES_texture_half_float | null;
9877+ getExtension(extensionName: "OES_texture_half_float_linear"): OES_texture_half_float_linear | null;
9878+ getExtension(extensionName: "OES_vertex_array_object"): OES_vertex_array_object | null;
9879+ getExtension(extensionName: "OVR_multiview2"): OVR_multiview2 | null;
9880+ getExtension(extensionName: "WEBGL_color_buffer_float"): WEBGL_color_buffer_float | null;
9881+ getExtension(extensionName: "WEBGL_compressed_texture_astc"): WEBGL_compressed_texture_astc | null;
9882+ getExtension(extensionName: "WEBGL_compressed_texture_etc"): WEBGL_compressed_texture_etc | null;
9883+ getExtension(extensionName: "WEBGL_compressed_texture_etc1"): WEBGL_compressed_texture_etc1 | null;
9884+ getExtension(extensionName: "WEBGL_compressed_texture_pvrtc"): WEBGL_compressed_texture_pvrtc | null;
9885+ getExtension(extensionName: "WEBGL_compressed_texture_s3tc"): WEBGL_compressed_texture_s3tc | null;
9886+ getExtension(extensionName: "WEBGL_compressed_texture_s3tc_srgb"): WEBGL_compressed_texture_s3tc_srgb | null;
9887+ getExtension(extensionName: "WEBGL_debug_renderer_info"): WEBGL_debug_renderer_info | null;
9888+ getExtension(extensionName: "WEBGL_debug_shaders"): WEBGL_debug_shaders | null;
9889+ getExtension(extensionName: "WEBGL_depth_texture"): WEBGL_depth_texture | null;
9890+ getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
9891+ getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
9892+ getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
98599893 getExtension(name: string): any;
98609894 getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
98619895 getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
0 commit comments