|
Size: 1224
Comment:
|
← Revision 8 as of 2018-08-30 02:42:01 ⇥
Size: 66
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| #pragma section-numbers off #pragma camelcase off ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| = SDL_Function = Use this function to get the address of the {{{vkGetInstanceProcAddr}}} function. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void *SDLCALL SDL_Vulkan_GetVkGetInstanceProcAddr() }}} == Return Value == 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. == Code Examples == {{{#!highlight cpp 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. ##Leave this section as-is unless you have a remark to put in. In that case, replace ''You can add useful comments here'' with your remark(s) following the Style Guide instructions. Leave the rest of the markup alone and delete this comment. == Version == This function is available in SDL 2.0.8 == Related Functions == .[[SDL_Vulkan_LoadLibrary]] ---- [[CategoryAPI]], [[CategoryVulkan]] ---- CategoryVulkan |
-- Incorrect page. Moved to [[SDL_Vulkan_GetVkInstanceProcAddr]] |
-- Incorrect page. Moved to SDL_Vulkan_GetVkInstanceProcAddr
