mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 05:25:07 +00:00
Fix minor typo: If if -> If.
This commit is contained in:
parent
1adfbde4d7
commit
0b9e48fa3d
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ if (glfwVulkanSupported())
|
|||
This function returns `GLFW_TRUE` if the Vulkan loader and any minimally
|
||||
functional ICD was found.
|
||||
|
||||
If if one or both were not found, calling any other Vulkan related GLFW function
|
||||
If one or both were not found, calling any other Vulkan related GLFW function
|
||||
will generate a @ref GLFW_API_UNAVAILABLE error.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue