WebGL
Khronos
 

WebGL WEBGL_compressed_texture_etc1 Extension Proposed Specification

DO NOT IMPLEMENT!!!

Name

WEBGL_compressed_texture_etc1

Contact

WebGL working group (public_webgl 'at' khronos.org)

Contributors

Members of the WebGL working group

Version

Last modified date: February 23, 2012
Revision: 1

Number

WebGL extension #XYZ

Dependencies

Written against the WebGL API 1.0 specification.

Overview

This extension exposes the compressed texture format defined in the OES_compressed_ETC1_RGB8_texture OpenGL ES extension to WebGL.

When this extension is enabled:

IDL

interface WEBGL_compressed_texture_etc1 {
    /* Compressed Texture Format */
    const GLenum COMPRESSED_RGB_ETC1_WEBGL = 0x8D64; 
};
  

Revision History

Revision 1, 2012/02/23