summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/gl_API.xml
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-01-30 08:02:20 -0700
committerBrian <brian@yutani.localnet.net>2007-01-30 08:02:20 -0700
commit832417f31e81b415894414621500b7aef328652b (patch)
treeea83caa412bffa35484c55e4c9a089db078d82da /src/mesa/glapi/gl_API.xml
parent04d60ea54c2f357aafdd0083e84b3b2421cc4f66 (diff)
s/params/pointer/ for glGetVertexAttribPointer
Diffstat (limited to 'src/mesa/glapi/gl_API.xml')
-rw-r--r--src/mesa/glapi/gl_API.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml
index 905c4a03a6..b45da17ea9 100644
--- a/src/mesa/glapi/gl_API.xml
+++ b/src/mesa/glapi/gl_API.xml
@@ -7209,7 +7209,7 @@
<function name="GetVertexAttribPointervARB" alias="GetVertexAttribPointervNV">
<param name="index" type="GLuint"/>
<param name="pname" type="GLenum"/>
- <param name="params" type="GLvoid **" output="true"/>
+ <param name="pointer" type="GLvoid **" output="true"/>
</function>
</category>