mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 19:00:13 +01:00
glthread: track VAOs created by CreateVertexArrays
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4251>
This commit is contained in:
parent
720f34d5eb
commit
87f6be4456
1 changed files with 2 additions and 1 deletions
|
|
@ -579,7 +579,8 @@
|
|||
|
||||
<!-- Vertex Array object functions -->
|
||||
|
||||
<function name="CreateVertexArrays" no_error="true">
|
||||
<function name="CreateVertexArrays" no_error="true"
|
||||
marshal_call_after="_mesa_glthread_GenVertexArrays(ctx, n, arrays);">
|
||||
<param name="n" type="GLsizei" />
|
||||
<param name="arrays" type="GLuint *" />
|
||||
</function>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue