mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 01:17:40 +00:00
Sorted API entry points
This commit is contained in:
parent
b517043936
commit
f4f4b453de
3 changed files with 3 additions and 3 deletions
|
@ -841,6 +841,7 @@ SDL3_0.0.0 {
|
|||
SDL_Vulkan_CreateSurface;
|
||||
SDL_Vulkan_DestroySurface;
|
||||
SDL_Vulkan_GetInstanceExtensions;
|
||||
SDL_Vulkan_GetPresentationSupport;
|
||||
SDL_Vulkan_GetVkGetInstanceProcAddr;
|
||||
SDL_Vulkan_LoadLibrary;
|
||||
SDL_Vulkan_UnloadLibrary;
|
||||
|
@ -1045,7 +1046,6 @@ SDL3_0.0.0 {
|
|||
SDL_wcsnstr;
|
||||
SDL_wcsstr;
|
||||
SDL_wcstol;
|
||||
SDL_Vulkan_GetPresentationSupport;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue