mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 19:38:14 +00:00
Fixed building Vivante video driver
This commit is contained in:
@@ -36,8 +36,7 @@
|
|||||||
int VIVANTE_Vulkan_LoadLibrary(SDL_VideoDevice *_this, const char *path);
|
int VIVANTE_Vulkan_LoadLibrary(SDL_VideoDevice *_this, const char *path);
|
||||||
void VIVANTE_Vulkan_UnloadLibrary(SDL_VideoDevice *_this);
|
void VIVANTE_Vulkan_UnloadLibrary(SDL_VideoDevice *_this);
|
||||||
char const* const* VIVANTE_Vulkan_GetInstanceExtensions(SDL_VideoDevice *_this,
|
char const* const* VIVANTE_Vulkan_GetInstanceExtensions(SDL_VideoDevice *_this,
|
||||||
unsigned *count,
|
Uint32 *count);
|
||||||
const char **names);
|
|
||||||
SDL_bool VIVANTE_Vulkan_CreateSurface(SDL_VideoDevice *_this,
|
SDL_bool VIVANTE_Vulkan_CreateSurface(SDL_VideoDevice *_this,
|
||||||
SDL_Window *window,
|
SDL_Window *window,
|
||||||
VkInstance instance,
|
VkInstance instance,
|
||||||
|
Reference in New Issue
Block a user