• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Name
2
3    OES_element_index_uint
4
5Name Strings
6
7    GL_OES_element_index_uint
8
9Contact
10
11    Aaftab Munshi (amunshi@ati.com)
12
13Notice
14
15    Copyright (c) 2005-2013 The Khronos Group Inc. Copyright terms at
16        http://www.khronos.org/registry/speccopyright.html
17
18Specification Update Policy
19
20    Khronos-approved extension specifications are updated in response to
21    issues and bugs prioritized by the Khronos OpenGL ES Working Group. For
22    extensions which have been promoted to a core Specification, fixes will
23    first appear in the latest version of that core Specification, and will
24    eventually be backported to the extension document. This policy is
25    described in more detail at
26        https://www.khronos.org/registry/OpenGL/docs/update_policy.php
27
28IP Status
29
30    None.
31
32Status
33
34    Ratified by the Khronos BOP, July 22, 2005.
35
36Version
37
38    Last Modifed Date: November 5, 2007
39
40Number
41
42    OpenGL ES Extension #26
43
44Dependencies
45
46    OpenGL ES 1.0 is required.
47
48Overview
49
50    OpenGL ES 1.0 supports DrawElements with <type> value of
51    UNSIGNED_BYTE and UNSIGNED_SHORT.  This extension adds
52    support for UNSIGNED_INT <type> values.
53
54Issues
55
56
57New Tokens
58
59    Accepted by the <type> parameter of DrawElements:
60
61        UNSIGNED_INT                0x1405
62
63New Procedures and Functions
64
65    None.
66
67Errors
68
69    None.
70
71New State
72
73    None.
74
75Revision History
76
77    11/05/2007    Benj Lipchak     Change API version requirement
78    07/06/2005    Aaftab Munshi    Created the extension
79