SdlVulkanGetVkGetInstanceProcAddr
Get the address of the vkGetInstanceProcAddr
function.
This should be called after either calling SdlVulkanLoadLibrary or creating an SDL_Window with the TSdlWindowFlag.Vulkan
flag.
Definition
Unit: Neslib.Sdl3.Video
Returns
Pointer
: The function pointer for vkGetInstanceProcAddr
.
Exceptions
ESdlError
: Raised on failure.