bindbc.sdl.bind.sdlvulkan

Undocumented in source.

Members

Aliases

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.

Functions

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.

Static variables

SDL_Vulkan_CreateSurface
pSDL_Vulkan_CreateSurface SDL_Vulkan_CreateSurface;
Undocumented in source.
SDL_Vulkan_GetDrawableSize
pSDL_Vulkan_GetDrawableSize SDL_Vulkan_GetDrawableSize;
Undocumented in source.
SDL_Vulkan_GetInstanceExtensions
pSDL_Vulkan_GetInstanceExtensions SDL_Vulkan_GetInstanceExtensions;
Undocumented in source.
SDL_Vulkan_GetVkGetInstanceProcAddr
pSDL_Vulkan_GetVkGetInstanceProcAddr SDL_Vulkan_GetVkGetInstanceProcAddr;
Undocumented in source.
SDL_Vulkan_LoadLibrary
pSDL_Vulkan_LoadLibrary SDL_Vulkan_LoadLibrary;
Undocumented in source.
SDL_Vulkan_UnloadLibrary
pSDL_Vulkan_UnloadLibrary SDL_Vulkan_UnloadLibrary;
Undocumented in source.

Meta