mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 15:28:18 +02:00
glapi: Mark TexBuffer as an alias of TexBufferARB.
This is set correctly in gl.spec, but was missed in Mesa. As a result, only one of the two was hooked up in Mesa. Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
eb7a71dea7
commit
0be44a3541
1 changed files with 1 additions and 1 deletions
|
|
@ -521,7 +521,7 @@
|
|||
<param name="primcount" type="GLsizei"/>
|
||||
</function>
|
||||
|
||||
<function name="TexBuffer" offset="assign">
|
||||
<function name="TexBuffer" offset="assign" alias="TexBufferARB">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="internalFormat" type="GLenum"/>
|
||||
<param name="buffer" type="GLuint"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue