Skip to content
Snippets Groups Projects
Commit 28e35167 authored by Marek Olšák's avatar Marek Olšák Committed by Marge Bot
Browse files

glthread: call _mesa_glthread_DeleteBuffers unconditionally


Deleted buffers were not unbound in glthread.

Fixes: 4fa24747 - glthread: call _mesa_glthread_BindBuffer unconditionally

Reviewed-by: default avatarPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <mesa/mesa!17976>
parent eb4036ea
No related branches found
No related tags found
No related merge requests found
......@@ -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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment