Results 1 - 20 of 47

ANGLE_instanced_arrays

The ANGLE_instanced_arrays extension is part of the WebGL API and allows to draw the same object, or groups of similar objects multiple times, if they share the same vertex data, primitive count and type.
API Reference WebGL WebGL extension

EXT_blend_minmax

The EXT_blend_minmax extension is part of the WebGL API and extends blending capabilities by adding two new blend equations: the minimum or maximum color components of the source and destination colors.
API Reference WebGL WebGL extension

EXT_color_buffer_half_float

The EXT_color_buffer_half_float extension is part of the WebGL API and adds the ability to render to 16-bit floating-point color buffers.
API Reference WebGL WebGL extension

EXT_disjoint_timer_query

The EXT_disjoint_timer_query extension is part of the WebGL API and provides a way to measure the duration of a set of GL commands, without stalling the rendering pipeline.
API Reference WebGL WebGL extension

EXT_sRGB

The EXT_sRGB extension is part of the WebGL API and adds sRGB support to textures and framebuffer objects.
API Reference WebGL WebGL extension

EXT_texture_filter_anisotropic

The EXT_texture_filter_anisotropic extension is part of the WebGL API and exposes two constants for anisotropic filtering (AF).
API Reference WebGL WebGL extension

OES_element_index_uint

The OES_element_index_uint extension is part of the WebGL API and adds support for gl.UNSIGNED_INT types to WebGLRenderingContext.drawElements().
API Reference WebGL WebGL extension

OES_standard_derivatives

The OES_standard_derivatives extension is part of the WebGL API and adds the GLSL derivative functions dFdx, dFdy, and fwidth.
API Reference WebGL WebGL extension

OES_texture_float

The OES_texture_float extension is part of the WebGL API and exposes floating-point pixel types for textures.
API Reference WebGL WebGL extension

OES_texture_float_linear

The OES_texture_float_linear extension is part of the WebGL API and allows linear filtering with floating-point pixel types for textures.
API Reference WebGL WebGL extension

OES_texture_half_float

The OES_texture_half_float extension is part of the WebGL API and adds texture formats with 16- (aka half float) and 32-bit floating-point components.
API Reference WebGL WebGL extension

OES_texture_half_float_linear

The OES_texture_half_float_linear extension is part of the WebGL API and allows linear filtering with half floating-point pixel types for textures.
API Reference WebGL WebGL extension

OES_vertex_array_object

The OES_vertex_array_object extension is part of the WebGL API and provides vertex array objects (VAOs) which encapsulate vertex array states. These objects keep pointers to vertex data and provide names for different sets of vertex data.
API Reference WebGL WebGL extension

WEBGL_color_buffer_float

The WEBGL_color_buffer_float extension is part of the WebGL API and adds the ability to render to 32-bit floating-point color buffers.
API Reference WebGL WebGL extension

WEBGL_compressed_texture_es3

The WEBGL_compressed_texture_es3 extension is part of the WebGL API and exposes 10 ETC/EAC compressed texture formats.
API Reference WebGL WebGL extension

WEBGL_compressed_texture_etc1

The WEBGL_compressed_texture_etc1 extension is part of the WebGL API and exposes the ETC1 compressed texture format.
API Reference WebGL WebGL extension

WEBGL_compressed_texture_pvrtc

The WEBGL_compressed_texture_pvrtc extension is part of the WebGL API and exposes four PVRTC compressed texture formats.
API Reference WebGL WebGL extension

WEBGL_compressed_texture_s3tc

The WEBGL_compressed_texture_s3tc extension is part of the WebGL API and exposes four S3TC compressed texture formats.
API Reference WebGL WebGL extension

WEBGL_debug_renderer_info

The WEBGL_debug_renderer_info extension is part of the WebGL API and exposes two constants with information about the graphics driver for debugging purposes.
API Reference WebGL WebGL extension

WEBGL_debug_shaders

The WEBGL_debug_shaders extension is part of the WebGL API and exposes a method to debug shaders from privileged contexts.
API Reference WebGL WebGL extension