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:
Marek Olšák 2020-03-04 14:46:56 -05:00 committed by Marge Bot
parent 720f34d5eb
commit 87f6be4456

View file

@ -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>