diff options
author | Brian <[email protected]> | 2007-01-30 08:10:03 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-01-30 08:10:03 -0700 |
commit | fea6a8e1f1d569163b4b2ea218d548707a21d4dc (patch) | |
tree | bf7a83b4a35dec5290adbb307bc9d09f683bd2e9 /src/mesa/glapi/gl_API.xml | |
parent | 8be177a694c6910781da25134ff52b6bd4c6a6e3 (diff) |
s/params/pointer/ for glGetVertexAttribPointer
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 5f15e5fb04e..bd31e8871b0 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -11234,7 +11234,7 @@ <function name="GetVertexAttribPointervNV" offset="assign"> <param name="index" type="GLuint"/> <param name="pname" type="GLenum"/> - <param name="params" type="GLvoid **" output="true"/> + <param name="pointer" type="GLvoid **" output="true"/> <glx handcode="true"/> </function> |