diff options
| author | Ian Romanick <ian.d.romanick@intel.com> | 2008-07-01 19:30:32 -0700 | 
|---|---|---|
| committer | Ian Romanick <ian.d.romanick@intel.com> | 2008-07-01 19:30:32 -0700 | 
| commit | 21e0d47514ea16c85342549dc8843be1b9bbc6ef (patch) | |
| tree | e6aa44c6e86654a08039d0d84d3ac1c0fe35b49d /src | |
| parent | c52d6ad465dd4fddcd40e50e93f66469dcd8ffea (diff) | |
VBO: Add missing functions related to VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB
Diffstat (limited to 'src')
| -rw-r--r-- | src/mesa/glapi/gl_API.xml | 2 | 
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"/>  | 
