Articles tagged: WebGL extension
Found 47 documents
- Web/API/ANGLE_instanced_arrays The ANGLE_instanced_arrays extension is part of the WebGL API and allows to draw the same ...
- Web/API/ANGLE_instanced_arrays/drawArraysInstancedANGLE The ANGLE_instanced_arrays.drawArraysInstancedANGLE() method of the WebGL API renders primitives ...
- Web/API/ANGLE_instanced_arrays/drawElementsInstancedANGLE The ANGLE_instanced_arrays.drawElementsInstancedANGLE() method of the WebGL API renders ...
- Web/API/ANGLE_instanced_arrays/vertexAttribDivisorANGLE The ANGLE_instanced_arrays.vertexAttribDivisorANGLE() method of the WebGL API modifies the rate ...
- Web/API/EXT_blend_minmax The EXT_blend_minmax extension is part of the WebGL API and extends blending capabilities by ...
- Web/API/EXT_color_buffer_float The EXT_color_buffer_float extension is part of WebGL and adds the ability to render a variety ...
- Web/API/EXT_color_buffer_half_float The EXT_color_buffer_half_float extension is part of the WebGL API and adds the ability to ...
- Web/API/EXT_disjoint_timer_query The EXT_disjoint_timer_query extension is part of the WebGL API and provides a way to measure ...
- Web/API/EXT_disjoint_timer_query/beginQueryEXT The EXT_disjoint_timer_query.beginQueryEXT() method of the WebGL API starts a timer query.
- Web/API/EXT_disjoint_timer_query/createQueryEXT The EXT_disjoint_timer_query.createQueryEXT() method of the WebGL API creates and initializes ...
- Web/API/EXT_disjoint_timer_query/deleteQueryEXT The EXT_disjoint_timer_query.deleteQueryEXT() method of the WebGL API deletes a given ...
- Web/API/EXT_disjoint_timer_query/endQueryEXT The EXT_disjoint_timer_query.endQueryEXT() method of the WebGL API ends a timer query.
- Web/API/EXT_disjoint_timer_query/getQueryEXT The EXT_disjoint_timer_query.getQueryEXT() method of the WebGL API returns information about a ...
- Web/API/EXT_disjoint_timer_query/getQueryObjectEXT The EXT_disjoint_timer_query.getQueryObjectEXT() method of the WebGL API returns the state of a ...
- Web/API/EXT_disjoint_timer_query/isQueryEXT The EXT_disjoint_timer_query.isQueryEXT() method of the WebGL API returns true if the passed ...
- Web/API/EXT_disjoint_timer_query/queryCounterEXT The EXT_disjoint_timer_query.queryCounterEXT() method of the WebGL API records the current time ...
- Web/API/EXT_frag_depth The EXT_frag_depth extension is part of the WebGL API and enables to set a depth value of a ...
- Web/API/EXT_sRGB The EXT_sRGB extension is part of the WebGL API and adds sRGB support to textures and ...
- Web/API/EXT_texture_filter_anisotropic The EXT_texture_filter_anisotropic extension is part of the WebGL API and exposes two constants ...
- Web/API/OES_element_index_uint The OES_element_index_uint extension is part of the WebGL API and adds support for ...
- Web/API/OES_standard_derivatives The OES_standard_derivatives extension is part of the WebGL API and adds the GLSL derivative ...
- Web/API/OES_texture_float The OES_texture_float extension is part of the WebGL API and exposes floating-point pixel types ...
- Web/API/OES_texture_float_linear The OES_texture_float_linear extension is part of the WebGL API and allows linear filtering with ...
- Web/API/OES_texture_half_float The OES_texture_half_float extension is part of the WebGL API and adds texture formats with 16- ...
- Web/API/OES_texture_half_float_linear The OES_texture_half_float_linear extension is part of the WebGL API and allows linear filtering ...
- Web/API/OES_vertex_array_object The OES_vertex_array_object extension is part of the WebGL API and provides vertex array objects ...
- Web/API/OES_vertex_array_object/bindVertexArrayOES The OES_vertex_array_object.bindVertexArrayOES() method of the WebGL API binds a passed ...
- Web/API/OES_vertex_array_object/createVertexArrayOES The OES_vertex_array_object.createVertexArrayOES() method of the WebGL API creates and ...
- Web/API/OES_vertex_array_object/deleteVertexArrayOES The OES_vertex_array_object.deleteVertexArrayOES() method of the WebGL API deletes a given ...
- Web/API/OES_vertex_array_object/isVertexArrayOES The OES_vertex_array_object.isVertexArrayOES() method of the WebGL API returns true if the ...
- Web/API/WebGLRenderingContext/compressedTexImage2D The WebGLRenderingContext.compressedTexImage2D() method of the WebGL API specifies a ...
- Web/API/WebGLRenderingContext/compressedTexSubImage2D The WebGLRenderingContext.compressedTexSubImage2D() method of the WebGL API specifies a ...
- Web/API/WebGLTimerQueryEXT The WebGLTimerQueryEXT interface is part of the WebGL EXT_disjoint_timer_query extension and ...
- Web/API/WebGLVertexArrayObjectOES The WebGLVertexArrayObjectOES interface is part of the WebGL OES_vertex_array_object extension, ...
- Web/API/WEBGL_color_buffer_float The WEBGL_color_buffer_float extension is part of the WebGL API and adds the ability to render ...
- Web/API/WEBGL_compressed_texture_es3 The WEBGL_compressed_texture_es3 extension is part of the WebGL API and exposes 10 ETC/EAC ...
- Web/API/WEBGL_compressed_texture_etc1 The WEBGL_compressed_texture_etc1 extension is part of the WebGL API and exposes the ETC1 ...
- Web/API/WEBGL_compressed_texture_pvrtc The WEBGL_compressed_texture_pvrtc extension is part of the WebGL API and exposes four PVRTC ...
- Web/API/WEBGL_compressed_texture_s3tc The WEBGL_compressed_texture_s3tc extension is part of the WebGL API and exposes four S3TC ...
- Web/API/WEBGL_debug_renderer_info The WEBGL_debug_renderer_info extension is part of the WebGL API and exposes two constants with ...
- Web/API/WEBGL_debug_shaders The WEBGL_debug_shaders extension is part of the WebGL API and exposes a method to debug shaders ...
- Web/API/WEBGL_debug_shaders/getTranslatedShaderSource The WEBGL_debug_shaders.getTranslatedShaderSource() method is part of the WebGL API and allows ...
- Web/API/WEBGL_depth_texture The WEBGL_depth_texture extension is part of the WebGL API and defines 2D depth and ...
- Web/API/WEBGL_draw_buffers The WEBGL_draw_buffers extension is part of the WebGL API and enables a fragment shader to write ...
- Web/API/WEBGL_lose_context The WEBGL_lose_context extension is part of the WebGL API and exposes functions to simulate ...
- Web/API/WEBGL_lose_context/loseContext The WEBGL_lose_context.loseContext() method is part of the WebGL API and allows you to simulate ...
- Web/API/WEBGL_lose_context/restoreContext The WEBGL_lose_context.restoreContext() method is part of the WebGL API and allows you to ...