summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/gl_API.xml
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-01-30 08:09:25 -0700
committerBrian <brian@yutani.localnet.net>2007-01-30 08:09:25 -0700
commit8be177a694c6910781da25134ff52b6bd4c6a6e3 (patch)
treeffeac2fa879c53458ea6b65ac8d0b675a7e27a00 /src/mesa/glapi/gl_API.xml
parent832417f31e81b415894414621500b7aef328652b (diff)
parenta4ddd64f3659b9db7719d3746c1469ece6bb44c5 (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 b45da17ea9..5f15e5fb04 100644
--- a/src/mesa/glapi/gl_API.xml
+++ b/src/mesa/glapi/gl_API.xml
@@ -5318,7 +5318,7 @@
<glx ignore="true"/>
</function>
- <function name="GetVertexAttribPointerv" alias="GetVertexAttribPointervARB">
+ <function name="GetVertexAttribPointerv" alias="GetVertexAttribPointervNV">
<param name="index" type="GLuint"/>
<param name="pname" type="GLenum"/>
<param name="pointer" type="GLvoid **" output="true"/>