sdlwiki icon indicating copy to clipboard operation
sdlwiki copied to clipboard

Feedback on page SDL2/SDL_Vulkan_GetVkInstanceProcAddr

Open puzzlepaint opened this issue 2 years ago • 0 comments

This page appears to have an inconsistency:

In the URL, it is written as "SDL_Vulkan_GetVkInstanceProcAddr", but this function does not seem to exist. Instead, there is "SDL_Vulkan_GetVkGetInstanceProcAddr" (with an additional "Get"), as described on the actual page content.

In addition, there is a separate page https://wiki.libsdl.org/SDL2/SDL_Vulkan_GetVkGetInstanceProcAddr that has the correct spelling in its URL and describes the same function, with slightly different page content.

Note that the page https://wiki.libsdl.org/SDL2/SDL_Vulkan_LoadLibrary links to the URL with the wrong spelling under "Related Functions".

puzzlepaint avatar Jan 02 '23 12:01 puzzlepaint