Sorted API entry points

This commit is contained in:
Sam Lantinga 2024-07-11 12:16:35 -07:00
parent b517043936
commit f4f4b453de
3 changed files with 3 additions and 3 deletions

View file

@ -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: *;
};