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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user