From 889b2187c1baa2e918069ae7fb7b14348ba4574b Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Tue, 9 May 2017 01:23:09 +0900 Subject: [PATCH] Add link to Vulkan Cookbook. --- README.md | 1 + 1 file changed, 1 insertion(+) 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)