Added SDL_AddVulkanRenderSemaphores() for external synchronization with SDL rendering

This commit is contained in:
Sam Lantinga 2024-03-02 10:03:37 -08:00
parent 504d8c2fc0
commit 48471f7dbd
7 changed files with 129 additions and 5 deletions

View file

@ -973,6 +973,7 @@ SDL3_0.0.0 {
SDL_GetCameraDevicePosition;
SDL_qsort_r;
SDL_bsearch_r;
SDL_AddVulkanRenderSemaphores;
# extra symbols go here (don't modify this line)
local: *;
};