sdl2/generated/lib_sdl_vulkan library

Functions

sdlVulkanCreateSurface(Pointer<SdlWindow> window, Pointer<NativeType> instance, Pointer<NativeType> surface) bool
Create a Vulkan rendering surface for a window.
sdlVulkanGetDrawableSize(Pointer<SdlWindow> window, Pointer<Int32> w, Pointer<Int32> h) → void
Get the size of the window's underlying drawable dimensions in pixels.
sdlVulkanGetInstanceExtensions(Pointer<SdlWindow> window, Pointer<Uint32> pCount, Pointer<Pointer<Int8>> pNames) bool
Get the names of the Vulkan instance extensions needed to create a surface with SDL_Vulkan_CreateSurface.
sdlVulkanGetVkGetInstanceProcAddr() Pointer<NativeType>
Get the address of the vkGetInstanceProcAddr function.
sdlVulkanLoadLibrary(String? path) int
Dynamically load the Vulkan loader library.
sdlVulkanUnloadLibrary() → void
Unload the Vulkan library previously loaded by SDL_Vulkan_LoadLibrary()