Fixed header documentation errors

This commit is contained in:
Sam Lantinga
2021-03-26 14:34:58 -07:00
parent 4a07c73b80
commit 40b0509ef6
3 changed files with 4 additions and 4 deletions

View File

@@ -149,7 +149,7 @@ extern DECLSPEC void SDLCALL SDL_Vulkan_UnloadLibrary(void);
* should be retrieved (will be deprecated in a future release)
* \param pCount A pointer to an unsigned int corresponding to the
* number of extensions to be returned
* \param names NULL or a pointer to an array to be filled with required
* \param pNames NULL or a pointer to an array to be filled with required
* Vulkan instance extensions
* \returns SDL_TRUE on success, SDL_FALSE on error.
*