diff options
| author | Ray <[email protected]> | 2020-02-06 16:30:48 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-02-06 16:30:48 +0100 |
| commit | b4293edd70c3b3d075edfbbf2b00a5c831936f87 (patch) | |
| tree | d1da0e8cf7ab402bf822eca004a6b3753b0c7e95 /src/external/glfw/include | |
| parent | 6c7685da3f63b583358e4204b9bc36178b41ef22 (diff) | |
| download | raylib-b4293edd70c3b3d075edfbbf2b00a5c831936f87.tar.gz raylib-b4293edd70c3b3d075edfbbf2b00a5c831936f87.zip | |
Update GLFW to latest master
Diffstat (limited to 'src/external/glfw/include')
| -rw-r--r-- | src/external/glfw/include/GLFW/glfw3.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/external/glfw/include/GLFW/glfw3.h b/src/external/glfw/include/GLFW/glfw3.h index 8b5b87dd..4f5f3607 100644 --- a/src/external/glfw/include/GLFW/glfw3.h +++ b/src/external/glfw/include/GLFW/glfw3.h @@ -2685,7 +2685,7 @@ GLFWAPI void glfwWindowHintString(int hint, const char* value); * [High Resolution Guidelines for OS X](https://developer.apple.com/library/mac/documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/Explained/Explained.html) * in the Mac Developer Library. The GLFW test and example programs use * a custom `Info.plist` template for this, which can be found as - * `CMake/MacOSXBundleInfo.plist.in` in the source tree. + * `CMake/Info.plist.in` in the source tree. * * @remark @macos When activating frame autosaving with * [GLFW_COCOA_FRAME_NAME](@ref GLFW_COCOA_FRAME_NAME_hint), the specified @@ -5776,8 +5776,9 @@ GLFWAPI int glfwVulkanSupported(void); * returned array, as it is an error to specify an extension more than once in * the `VkInstanceCreateInfo` struct. * - * @remark @macos This function currently only supports the - * `VK_MVK_macos_surface` extension from MoltenVK. + * @remark @macos This function currently supports either the + * `VK_MVK_macos_surface` extension from MoltenVK or `VK_EXT_metal_surface` + * extension. * * @pointer_lifetime The returned array is allocated and freed by GLFW. You * should not free it yourself. It is guaranteed to be valid only until the |
