mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Documentation work
[ci skip]
This commit is contained in:
parent
2bea621f7d
commit
c1b1e0aab1
@ -35,14 +35,13 @@ binaries](http://www.glfw.org/download.html) available for all supported
|
||||
compilers.
|
||||
|
||||
See the [compilation guide](http://www.glfw.org/docs/latest/compile.html) in the
|
||||
documentation for information on compiling GLFW.
|
||||
documentation for more information.
|
||||
|
||||
|
||||
## Using GLFW
|
||||
|
||||
See the [building application guide](http://www.glfw.org/docs/latest/build.html)
|
||||
guide in the GLFW documentation for information on how to compile and link
|
||||
programs using GLFW.
|
||||
guide in the documentation for more information.
|
||||
|
||||
|
||||
## System requirements
|
||||
@ -54,8 +53,7 @@ Experimental implementations for the Wayland protocol and the Mir display
|
||||
server are available but not yet officially supported.
|
||||
|
||||
See the [compatibility guide](http://www.glfw.org/docs/latest/compat.html)
|
||||
in the documentation for more information on various platform-specific APIs and
|
||||
extensions.
|
||||
in the documentation for more information.
|
||||
|
||||
|
||||
## Reporting bugs
|
||||
|
@ -185,7 +185,7 @@ a non-default value will cause @ref glfwCreateWindow to fail and the
|
||||
|
||||
@section compat_vulkan Vulkan loader and API
|
||||
|
||||
GLFW uses the standard system-wside Vulkan loader to access the Vulkan API.
|
||||
GLFW uses the standard system-wide Vulkan loader to access the Vulkan API.
|
||||
This should be installed by graphics drivers and Vulkan SDKs. If this is not
|
||||
available, @ref glfwVulkanSupported will return `GLFW_FALSE` and all other
|
||||
Vulkan-related functions will fail with an @ref GLFW_API_UNAVAILABLE error.
|
||||
|
Loading…
Reference in New Issue
Block a user