summaryrefslogtreecommitdiffstats
path: root/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_flipy.txt
blob: b51f541cef5c13df83ee9e42efc08b4a6ffc3206 (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
Name

    CHROMIUM_flipy

Name Strings

    GL_CHROMIUM_flipy

Version

    Last Modifed Date: July 22, 2011

Dependencies

    OpenGL ES 2.0 is required.

Overview

    This extension adds the ability to vertically flip texture image data when
    calling TexImage2D and TexSubImage2D.

Issues


New Tokens

    Accepted by the <param> parameter of PixelStorei:

        UNPACK_FLIP_Y_CHROMIUM              0x9240

New Procedures and Functions

    None.

Errors

    None.

New State

    None.

Revision History

    7/22/2011    Documented the extension