mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
glapi: Add counter information for glBufferData(), like glBufferSubData().
This causes this function to become asynchronous with glthread.
This commit is contained in:
parent
1a3ea852ea
commit
8b2662e900
1 changed files with 2 additions and 2 deletions
|
|
@ -7656,8 +7656,8 @@
|
|||
|
||||
<function name="BufferDataARB" alias="BufferData">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="size" type="GLsizeiptrARB"/>
|
||||
<param name="data" type="const GLvoid *"/>
|
||||
<param name="size" type="GLsizeiptrARB" counter="true"/>
|
||||
<param name="data" type="const GLvoid *" count="size"/>
|
||||
<param name="usage" type="GLenum"/>
|
||||
</function>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue