fix Cocoa_Vulkan_GetInstanceExtensions prototype for Mac

main
Ozkan Sezer 2023-11-02 22:12:56 +03:00
parent 07a776f255
commit 5e869d1b35
1 changed files with 2 additions and 3 deletions

View File

@ -36,9 +36,8 @@
int Cocoa_Vulkan_LoadLibrary(SDL_VideoDevice *_this, const char *path);
void Cocoa_Vulkan_UnloadLibrary(SDL_VideoDevice *_this);
SDL_bool Cocoa_Vulkan_GetInstanceExtensions(SDL_VideoDevice *_this,
unsigned *count,
const char **names);
char const* const* Cocoa_Vulkan_GetInstanceExtensions(SDL_VideoDevice *_this,
Uint32 *count);
SDL_bool Cocoa_Vulkan_CreateSurface(SDL_VideoDevice *_this,
SDL_Window *window,
VkInstance instance,