Khronos

WebGL

WebGL Extension Registry

Overview

The WebGL extension registry contains specifications for extensions to the core WebGL API. Most of these extensions are incorporated directly from the OpenGL ES or OpenGL extension registries, and refer to those extensions for their behavioral definition. Because WebGL extensions are specified as Web IDL interfaces, each specification also includes the IDL to which each implementation will comply.

An extension template is available for the submission of new proposed extensions. New extension proposals should be emailed to the public WebGL mailing list. When writing a new extension specification, it is recommended to check out the public WebGL repository. See the WebGL wiki page Using Github to contribute. The extension registry files are located under extensions/.

Each extension object is fetched from the WebGLRenderingContext by passing the name of the extension to the getExtension method, i.e.: context.getExtension("OES_texture_float").

Naming conventions

WebGL API extensions may derive from many sources, and the naming of each extension reflects its origin and intent.

Extension Development Process

Extensions move through four states during their development: proposed, draft, community approved, and Khronos ratified.

Khronos ratified WebGL Extensions

By Number

By Name

  1. OES_texture_float
  2. OES_texture_half_float
  3. WEBGL_lose_context
  4. OES_standard_derivatives
  5. OES_vertex_array_object
  6. WEBGL_debug_renderer_info
  7. WEBGL_debug_shaders
  8. WEBGL_compressed_texture_s3tc
  9. WEBGL_depth_texture
  10. OES_element_index_uint
  11. EXT_texture_filter_anisotropic
  1. EXT_texture_filter_anisotropic
  2. OES_element_index_uint
  3. OES_standard_derivatives
  4. OES_texture_float
  5. OES_texture_half_float
  6. OES_vertex_array_object
  7. WEBGL_compressed_texture_s3tc
  8. WEBGL_debug_renderer_info
  9. WEBGL_debug_shaders
  10. WEBGL_depth_texture
  11. WEBGL_lose_context

Community approved WebGL Extensions

By Number

By Name

      Draft WebGL Extensions

      By Number

      By Name

      1. WEBGL_compressed_texture_atc
      2. WEBGL_compressed_texture_pvrtc
      3. EXT_color_buffer_half_float
      4. WEBGL_color_buffer_float
      5. EXT_frag_depth
      6. EXT_sRGB
      7. WEBGL_draw_buffers
      8. ANGLE_instanced_arrays
      9. OES_texture_float_linear
      10. OES_texture_half_float_linear
      11. WEBGL_shared_resources
      1. ANGLE_instanced_arrays
      2. EXT_color_buffer_half_float
      3. EXT_frag_depth
      4. EXT_sRGB
      5. OES_texture_float_linear
      6. OES_texture_half_float_linear
      7. WEBGL_color_buffer_float
      8. WEBGL_compressed_texture_atc
      9. WEBGL_compressed_texture_pvrtc
      10. WEBGL_draw_buffers
      11. WEBGL_shared_resources

      Proposed WebGL Extensions (do not implement!)

      By Name

      Recent WebGL Extension Revisions

      1. WEBGL_lose_context : revision 9 on
      2. OES_texture_float : revision 6 on
      3. WEBGL_debug_renderer_info : revision 6 on
      4. WEBGL_debug_shaders : revision 6 on
      5. OES_element_index_uint : revision 5 on
      6. OES_texture_half_float : revision 5 on
      7. EXT_texture_filter_anisotropic : revision 4 on
      8. OES_standard_derivatives : revision 4 on
      9. WEBGL_compressed_texture_s3tc : revision 3 on
      10. WEBGL_depth_texture : revision 11 on
      Atom feed Recent Revisions