summaryrefslogtreecommitdiffstats
path: root/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_compression_dxt3.txt
blob: 377b064eea4f3d927ce77fb1d206f19987000978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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