diff options
author | Ian Romanick <[email protected]> | 2004-12-01 00:25:46 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-12-01 00:25:46 +0000 |
commit | 9001d673094b884e91a65389699b104a715f8203 (patch) | |
tree | 9008fe0e9c589a309b004ab9a04538787da68ff3 /src | |
parent | fc43857cc936a7c6bd003f9c2136145cb8184f97 (diff) |
Added enums for GL_OES_read_format.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/glapi/gl_API.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml index 47a47495faa..04cbdc1be2a 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -9391,6 +9391,11 @@ </enum> </category> +<category name="GL_OES_read_format" number="295"> + <enum name="IMPLEMENTATION_COLOR_READ_TYPE_OES" value="0x8B9A"/> + <enum name="IMPLEMENTATION_COLOR_READ_FORMAT_OES" value="0x8B9B"/> +</category> + <category name="GL_EXT_depth_bounds_test" number="297"> <function name="DepthBoundsEXT" offset="699"> <param name="zmin" type="GLclampd"/> |