Documentation work

This commit is contained in:
Camilla Berglund
2016-08-09 01:34:56 +02:00
parent a6676e6bc2
commit c98d09f15d
3 changed files with 27 additions and 21 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ before including the GLFW header.
#include <GLFW/glfw3.h>
@endcode
If you want to include the Vulkan header from a custom location or use your own
custom Vulkan header then you need to include them before the GLFW header.
If you instead want to include the Vulkan header from a custom location or use
your own custom Vulkan header then do this before the GLFW header.
@code
#include <path/to/vulkan.h>