Results 21 - 40 of 274

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_atc

The WEBGL_compressed_texture_atc extension is part of the WebGL API and exposes 3 ATC compressed texture formats. ATC is a proprietary compression algorithm for compressing textures on handheld devices.
API Reference WebGL WebGL extensions

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

WEBGL_depth_texture

The WEBGL_depth_texture extension is part of the WebGL API and defines 2D depth and depth-stencil textures.
API Reference WebGL WebGL extension

WEBGL_draw_buffers

The WEBGL_draw_buffers extension is part of the WebGL API and enables a fragment shader to write to several textures, which is useful for deferred shading, for example.
API Reference WebGL WebGL extension

WEBGL_lose_context

The WEBGL_lose_context extension is part of the WebGL API and exposes functions to simulate losing and restoring a WebGLRenderingContext.
API Reference WebGL WebGL extension