aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyoyo Fujita <syoyo@lighttransport.com>2017-05-09 01:23:09 +0900
committerSyoyo Fujita <syoyo@lighttransport.com>2017-05-09 01:23:09 +0900
commit889b2187c1baa2e918069ae7fb7b14348ba4574b (patch)
treeeac2100767704d6c8c8dd0ed275f1ec3665384cb
parent3e146c376cc85a7b7f1d7e92919db279257f6efc (diff)
downloadtinyobjloader-889b2187c1baa2e918069ae7fb7b14348ba4574b.tar.gz
Add link to Vulkan Cookbook.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 99bf9e9..417e628 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,7 @@ TinyObjLoader is successfully used in ...
* Double precision support through `TINYOBJLOADER_USE_DOUBLE` thanks to noma
* Loading models in Vulkan Tutorial https://vulkan-tutorial.com/Loading_models
* .obj viewer with Metal https://github.com/middlefeng/NuoModelViewer/tree/master
+* Vulkan Cookbook https://github.com/PacktPublishing/Vulkan-Cookbook
* Your project here!
### Old version(v0.9.x)