perform pending destroys before unlocking the submit mutex
continuous-integration/drone/pr Build is passing
Details
continuous-integration/drone/pr Build is passing
Details
parent
528abfad76
commit
9dcc3fff28
|
@ -10048,11 +10048,11 @@ static void VULKAN_Submit(
|
|||
}
|
||||
}
|
||||
|
||||
SDL_UnlockMutex(renderer->submitLock);
|
||||
|
||||
/* Check pending destroys */
|
||||
|
||||
VULKAN_INTERNAL_PerformPendingDestroys(renderer);
|
||||
|
||||
SDL_UnlockMutex(renderer->submitLock);
|
||||
}
|
||||
|
||||
/* Device instantiation */
|
||||
|
|
Loading…
Reference in New Issue