Fix typo in doc of glfwGetRequiredInstanceExtensions

This commit is contained in:
Lukas Zanner 2019-06-14 12:53:57 +02:00
parent d834f01ca4
commit ea7f37a247

View File

@ -5643,7 +5643,7 @@ GLFWAPI int glfwVulkanSupported(void);
* *
* This function returns an array of names of Vulkan instance extensions required * This function returns an array of names of Vulkan instance extensions required
* by GLFW for creating Vulkan surfaces for GLFW windows. If successful, the * 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 * additional extensions you can pass this list directly to the
* `VkInstanceCreateInfo` struct. * `VkInstanceCreateInfo` struct.
* *