This commit is contained in:
ByunghoonKim 2020-01-06 01:28:30 +09:00 committed by GitHub
parent 065b00db21
commit 28d78246a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,7 +268,7 @@ surfaces on Microsoft Windows. If any of these extensions are not available,
@ref glfwGetRequiredInstanceExtensions will return an empty list and window @ref glfwGetRequiredInstanceExtensions will return an empty list and window
surface creation will fail. surface creation will fail.
GLFW uses the `VK_KHR_surface` and eigher the `VK_MVK_macos_surface` or GLFW uses the `VK_KHR_surface` and either the `VK_MVK_macos_surface` or
`VK_EXT_metal_surface` extensions to create surfaces on macOS. If any of these `VK_EXT_metal_surface` extensions to create surfaces on macOS. If any of these
extensions are not available, @ref glfwGetRequiredInstanceExtensions will extensions are not available, @ref glfwGetRequiredInstanceExtensions will
return an empty list and window surface creation will fail. return an empty list and window surface creation will fail.