Home | History | Annotate | Download | only in CHROMIUM
      1 Name
      2 
      3     CHROMIUM_texture_compression_dxt3
      4 
      5 Name Strings
      6 
      7     GL_CHROMIUM_texture_compression_dxt3
      8 
      9 Version
     10 
     11     Last Modifed Date: August 1, 2011
     12 
     13 Dependencies
     14 
     15     OpenGL ES 2.0 is required.
     16 
     17 Overview
     18 
     19     This extensions is pretty much the same as EXT_texture_compression_dxt1
     20     except it supports dxt3.
     21 
     22 New Procedures and Functions
     23 
     24     None
     25 
     26 New Tokens
     27 
     28     Accepted by the <internalformat> parameter of CompressedTexImage2D
     29     and the <format> parameter of CompressedTexSubImage2D:
     30 
     31     COMPRESSED_RGBA_S3TC_DXT3_EXT                     0x83F2
     32 
     33 New Procedures and Functions
     34 
     35     None.
     36 
     37 Errors
     38 
     39     None.
     40 
     41 New State
     42 
     43     None.
     44 
     45 Revision History
     46 
     47     8/1/2011    Documented the extension
     48