|
⇤ ← Revision 1 as of 2018-08-29 22:07:21
Size: 1221
Comment:
|
Size: 1215
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 17: | Line 17: |
| Returns a pointer to the [[https://www.khronos.org/registry/vulkan/specs/1.1-extensions/man/html/vkGetInstanceProcAddr.html|{{{vkGetInstanceProcAddr}}}]] which can be used to load Vulkan function pointers at runtime. | Returns a pointer to the [[https://www.khronos.org/registry/vulkan/specs/1.1-extensions/man/html/vkGetInstanceProcAddr.html|vkGetInstanceProcAddr]] which can be used to load Vulkan function pointers at runtime. |
DRAFT |
SDL_Function
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 an SDL_Window with the SDL_WINDOW_VULKAN flag.
Version
This function is available in SDL 2.0.8
