Results 1 - 3 of 3 results out of about 6839 pages. (2.84 seconds)
- SDL_Vulkan_UnloadLibrary . . . 2 matches
- ...
Use this function to unload the Vulkan loader library previously loaded by [[SDL_Vulkan_LoadLibrary]].
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_Vulkan_U...
- SDL_Vulkan_GetVkInstanceProcAddr . . . 2 matches
- ... example here
}}}
== Remarks ==
This should be called after either calling [[SDL_Vulkan_LoadLibrary]] or creating a window with the SDL_WINDOW_VULKAN flag.
##Leave this section ...
- CategoryVulkan . . . 1 match
- ... Vulkan backed SDL application will be the following:
1. If necessary, use [[SDL_Vulkan_LoadLibrary]] and [[SDL_Vulkan_GetVkInstanceProcAddr]] to load the Vulkan library and quer...
