- pSDL_Vulkan_CreateSurface
alias pSDL_Vulkan_CreateSurface = SDL_bool function(SDL_Window* window, void* instance, void* surface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_Vulkan_GetDrawableSize
alias pSDL_Vulkan_GetDrawableSize = void function(SDL_Window* window, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_Vulkan_GetInstanceExtensions
alias pSDL_Vulkan_GetInstanceExtensions = SDL_bool function(SDL_Window* window, uint* pCount, const(char)** pNames)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_Vulkan_GetVkGetInstanceProcAddr
alias pSDL_Vulkan_GetVkGetInstanceProcAddr = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_Vulkan_LoadLibrary
alias pSDL_Vulkan_LoadLibrary = int function(const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_Vulkan_UnloadLibrary
alias pSDL_Vulkan_UnloadLibrary = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_Vulkan_CreateSurface
SDL_bool SDL_Vulkan_CreateSurface(SDL_Window* window, void* instance, void* surface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_Vulkan_GetDrawableSize
void SDL_Vulkan_GetDrawableSize(SDL_Window* window, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_Vulkan_GetInstanceExtensions
SDL_bool SDL_Vulkan_GetInstanceExtensions(SDL_Window* window, uint* pCount, const(char)** pNames)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_Vulkan_GetVkGetInstanceProcAddr
void* SDL_Vulkan_GetVkGetInstanceProcAddr()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_Vulkan_LoadLibrary
int SDL_Vulkan_LoadLibrary(const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_Vulkan_UnloadLibrary
void SDL_Vulkan_UnloadLibrary()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.