mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 01:10:44 +02:00
glthread: call _mesa_glthread_DeleteBuffers unconditionally
Deleted buffers were not unbound in glthread.
Fixes: 4fa24747b9 - glthread: call _mesa_glthread_BindBuffer unconditionally
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17976>
This commit is contained in:
parent
eb4036ea5b
commit
28e351673e
1 changed files with 1 additions and 1 deletions
|
|
@ -5116,7 +5116,7 @@
|
|||
</function>
|
||||
|
||||
<function name="DeleteBuffers" es1="1.1" es2="2.0" no_error="true"
|
||||
marshal_call_after="if (COMPAT) _mesa_glthread_DeleteBuffers(ctx, n, buffer);">
|
||||
marshal_call_after="_mesa_glthread_DeleteBuffers(ctx, n, buffer);">
|
||||
<param name="n" type="GLsizei" counter="true"/>
|
||||
<param name="buffer" type="const GLuint *" count="n"/>
|
||||
<glx ignore="true"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue