SDL_vulkan.h: Fixed typo in SDL_Vulkan_LoadLibrary docs.
This commit is contained in:
parent
06f437e1b6
commit
d499b25a3f
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ typedef VkSurfaceKHR SDL_vulkanSurface; /* for compatibility with Tizen */
|
||||||
*
|
*
|
||||||
* \since This function is available since SDL 2.0.6.
|
* \since This function is available since SDL 2.0.6.
|
||||||
*
|
*
|
||||||
* \sa SDL_Vulkan_GetVkInstanceProcAddr
|
* \sa SDL_Vulkan_GetVkGetInstanceProcAddr
|
||||||
* \sa SDL_Vulkan_UnloadLibrary
|
* \sa SDL_Vulkan_UnloadLibrary
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC int SDLCALL SDL_Vulkan_LoadLibrary(const char *path);
|
extern DECLSPEC int SDLCALL SDL_Vulkan_LoadLibrary(const char *path);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue