diff options
author | Ian Romanick <[email protected]> | 2007-03-06 11:50:21 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2007-03-06 11:50:21 -0800 |
commit | 091be1119050f8cd158161aa3960b1f4260cd790 (patch) | |
tree | 1c7028dfe42ebbb190de20f082249a52f897b3d5 /src/mesa/glapi | |
parent | a4b344baa2484c65a1618f3cce3a94c91dea8ef7 (diff) |
Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB.
Diffstat (limited to 'src/mesa/glapi')
-rw-r--r-- | src/mesa/glapi/gl_API.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml index bd31e8871b0..282150349fa 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -6091,7 +6091,7 @@ <size name="GetTexLevelParameterfv" mode="get"/> <size name="GetTexLevelParameteriv" mode="get"/> </enum> - <enum name="NUM_TEXTURE_COMPRESSED_FORMATS_ARB" count="1" value="0x86A2"> + <enum name="NUM_COMPRESSED_TEXTURE_FORMATS_ARB" count="1" value="0x86A2"> <size name="Get" mode="get"/> </enum> <enum name="TEXTURE_COMPRESSED_FORMATS_ARB" value="0x86A3"/> |