Wiki Page Content

Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2018-08-29 22:08:06
Size: 1215
Editor: ninepoints
Comment:
Revision 4 as of 2018-08-29 22:11:24
Size: 1247
Editor: ninepoints
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
= SDL_Function = = SDL_Vulkan_GetVkGetInstanceProcAddr =
Line 26: Line 26:
This should be called after either calling [[SDL_Vulkan_LoadLibrary]] or creating an [[SDL_Window]] with the [[SDL_WINDOW_VULKAN]] flag. This should be called after either calling [[SDL_Vulkan_LoadLibrary]] or creating a window with the SDL_WINDOW_VULKAN flag.
Line 38: Line 38:
----
CategoryVulkan

DRAFT

SDL_Vulkan_GetVkGetInstanceProcAddr

Use this function to get the address of the vkGetInstanceProcAddr function.

Syntax

void *SDLCALL SDL_Vulkan_GetVkGetInstanceProcAddr()

Return Value

Returns a pointer to the vkGetInstanceProcAddr which can be used to load Vulkan function pointers at runtime.

Code Examples

You can add your code example here

Remarks

This should be called after either calling SDL_Vulkan_LoadLibrary or creating a window with the SDL_WINDOW_VULKAN flag.

Version

This function is available in SDL 2.0.8


CategoryAPI, CategoryVulkan


CategoryVulkan

None: SDL_GetVkInstanceProcAddr (last edited 2018-08-30 02:42:01 by ninepoints)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit