• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Name
2
3    OES_rgb8_rgba8
4
5Name Strings
6
7    GL_OES_rgb8_rgba8
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: June 9, 2006
39
40Number
41
42    OpenGL ES Extension #30
43
44Dependencies
45
46    OpenGL ES 1.0 is required.
47
48    OES_framebuffer_object is required
49
50Overview
51
52    This extension enables RGB8 and RGBA8 renderbuffer
53    storage formats
54
55Issues
56
57
58New Tokens
59
60    Accepted by the <internalformat> parameter of RenderbufferStorageOES:
61
62        RGB8_OES             0x8051
63        RGBA8_OES            0x8058
64
65New Procedures and Functions
66
67    None.
68
69Errors
70
71    None.
72
73New State
74
75    None.
76
77Revision History
78
79    7/6/2005    Aaftab Munshi    Created the extension
80    6/9/2006    Aaftab Munshi    Added OES suffixes
81