blob: 377b064eea4f3d927ce77fb1d206f19987000978 [file] [log] [blame]
Name
CHROMIUM_texture_compression_dxt3
Name Strings
GL_CHROMIUM_texture_compression_dxt3
Version
Last Modifed Date: August 1, 2011
Dependencies
OpenGL ES 2.0 is required.
Overview
This extensions is pretty much the same as EXT_texture_compression_dxt1
except it supports dxt3.
New Procedures and Functions
None
New Tokens
Accepted by the <internalformat> parameter of CompressedTexImage2D
and the <format> parameter of CompressedTexSubImage2D:
COMPRESSED_RGBA_S3TC_DXT3_EXT 0x83F2
New Procedures and Functions
None.
Errors
None.
New State
None.
Revision History
8/1/2011 Documented the extension