mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-25 14:09:10 +00:00
Fixed ABI compatibility with 3.1.6
This commit is contained in:
parent
d7b10d05b1
commit
22422f7748
3 changed files with 3 additions and 3 deletions
|
@ -974,7 +974,6 @@ SDL3_0.0.0 {
|
|||
SDL_WaitEventTimeout;
|
||||
SDL_WaitForGPUFences;
|
||||
SDL_WaitForGPUIdle;
|
||||
SDL_WaitForGPUSwapchain;
|
||||
SDL_WaitProcess;
|
||||
SDL_WaitSemaphore;
|
||||
SDL_WaitSemaphoreTimeout;
|
||||
|
@ -1206,6 +1205,7 @@ SDL3_0.0.0 {
|
|||
SDL_RunOnMainThread;
|
||||
SDL_SetGPUAllowedFramesInFlight;
|
||||
SDL_RenderTextureAffine;
|
||||
SDL_WaitForGPUSwapchain;
|
||||
SDL_WaitAndAcquireGPUSwapchainTexture;
|
||||
SDL_RenderDebugTextFormat;
|
||||
SDL_CreateTray;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue