diff options
author | Brian Paul <[email protected]> | 2004-10-28 21:03:19 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-10-28 21:03:19 +0000 |
commit | fa557e904d02c4869cd1d57f2f09437c3585c7d2 (patch) | |
tree | 8021efba7e15f7cdb8bb7abea65c4e5c8c2b9939 /src/mesa/glapi/gl_API.xml | |
parent | af7a8076509600f644497629a36ef6f34284a165 (diff) |
name parameter to glGetActiveAttribARB() should not be const.
Added shaderobjects.c to sources file.
Diffstat (limited to 'src/mesa/glapi/gl_API.xml')
-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 2a3c69a248d..97772c84f52 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -5528,7 +5528,7 @@ <param name="length" type="GLsizei *" output="true"/> <param name="size" type="GLint *" output="true"/> <param name="type" type="GLenum *" output="true"/> - <param name="name" type="const GLcharARB *"/> + <param name="name" type="GLcharARB *"/> </function> <function name="GetAttribLocationARB" offset="752"> |