Skip to content

Commit

Permalink
Documentation work
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
elmindreda committed Jul 14, 2016
1 parent 2bea621 commit c1b1e0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/compat.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c1b1e0a

Please sign in to comment.