diff options
author | Ian Romanick <[email protected]> | 2012-05-25 12:07:40 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-06-13 11:50:25 -0700 |
commit | 22cdd7d8177f92c58a841533fa67f67e2b8d5132 (patch) | |
tree | c1afcdebce138002822da820fcf91f2b76403b18 /src/mapi/glapi | |
parent | 21af1e9a0e491ccc88f0edf90d2a852ea6bba9d6 (diff) |
glapi: Remove extraneous GL_ from TEXTURE_IMMUTABLE_FORMAT
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_texture_storage.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_texture_storage.xml b/src/mapi/glapi/gen/ARB_texture_storage.xml index 945467939ce..0459138064f 100644 --- a/src/mapi/glapi/gen/ARB_texture_storage.xml +++ b/src/mapi/glapi/gen/ARB_texture_storage.xml @@ -8,7 +8,7 @@ <category name="GL_ARB_texture_storage" number="117"> - <enum name="GL_TEXTURE_IMMUTABLE_FORMAT" value="0x912F"/> + <enum name="TEXTURE_IMMUTABLE_FORMAT" value="0x912F"/> <function name="TexStorage1D" offset="assign"> <param name="target" type="GLenum"/> |