Add Metal guide

This commit is contained in:
Camilla Berglund 2015-12-22 15:45:52 +01:00 committed by Camilla Löwy
parent 97b652c584
commit 8eb2345347
3 changed files with 10 additions and 0 deletions

View File

@ -14,6 +14,7 @@ set(glfw_DOCS_SOURCES
"${GLFW_SOURCE_DIR}/docs/window.dox"
"${GLFW_SOURCE_DIR}/docs/input.dox"
"${GLFW_SOURCE_DIR}/docs/vulkan.dox"
"${GLFW_SOURCE_DIR}/docs/metal.dox"
"${GLFW_SOURCE_DIR}/docs/compat.dox")
if (GLFW_DOCUMENT_INTERNALS)

View File

@ -34,6 +34,8 @@ use the new API.
There is a section on @ref guarantees_limitations for pointer lifetimes,
reentrancy, thread safety, event order and backward and forward compatibility.
The @ref metal shows how to use Metal with GLFW on OS X.
The [FAQ](http://www.glfw.org/faq.html) answers many common questions about the
design, implementation and use of GLFW.

7
docs/metal.dox Normal file
View File

@ -0,0 +1,7 @@
/*!
@page metal Metal guide
@tableofcontents
*/