summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/gl_API.xml
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2008-07-01 19:30:32 -0700
committerIan Romanick <ian.d.romanick@intel.com>2008-07-01 19:30:32 -0700
commit21e0d47514ea16c85342549dc8843be1b9bbc6ef (patch)
treee6aa44c6e86654a08039d0d84d3ac1c0fe35b49d /src/mesa/glapi/gl_API.xml
parentc52d6ad465dd4fddcd40e50e93f66469dcd8ffea (diff)
VBO: Add missing functions related to VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB
Diffstat (limited to 'src/mesa/glapi/gl_API.xml')
-rw-r--r--src/mesa/glapi/gl_API.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml
index a571de8da7..2d8a967ba7 100644
--- a/src/mesa/glapi/gl_API.xml
+++ b/src/mesa/glapi/gl_API.xml
@@ -7331,6 +7331,8 @@
<size name="Get" mode="get"/>
</enum>
<enum name="VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB" count="1" value="0x889F">
+ <size name="GetVertexAttribdvARB" mode="get"/>
+ <size name="GetVertexAttribfvARB" mode="get"/>
<size name="GetVertexAttribivARB" mode="get"/>
</enum>
<enum name="READ_ONLY_ARB" value="0x88B8"/>