mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Fix typo in glfwGetRequiredInstanceExtensions docs
Closes #1500.
(cherry picked from commit 84b13113ed
)
This commit is contained in:
parent
75b415c5b8
commit
452a648abb
@ -5650,7 +5650,7 @@ GLFWAPI int glfwVulkanSupported(void);
|
||||
*
|
||||
* This function returns an array of names of Vulkan instance extensions required
|
||||
* by GLFW for creating Vulkan surfaces for GLFW windows. If successful, the
|
||||
* list will always contains `VK_KHR_surface`, so if you don't require any
|
||||
* list will always contain `VK_KHR_surface`, so if you don't require any
|
||||
* additional extensions you can pass this list directly to the
|
||||
* `VkInstanceCreateInfo` struct.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user