From 73cb8c809687e9d965d2071a587f19baae9bbc3a Mon Sep 17 00:00:00 2001 From: Bradley Austin Davis Date: Wed, 2 May 2018 02:27:03 -0700 Subject: [PATCH] Add link to port of Sascha's examples (#214) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 812812f..46c6794 100644 --- a/README.md +++ b/README.md @@ -344,6 +344,7 @@ device.getQueue(graphics_queue_family_index, 0, &graphics_queue, dldid); Feel free to submit a PR to add to this list. +- [Examples](https://github.com/jherico/vulkan) A port of Sascha Willems [examples](https://github.com/SaschaWillems/Vulkan) to Vulkan-Hpp - [Vookoo](https://github.com/andy-thomason/Vookoo/) Stateful helper classes for Vulkan-Hpp, [Introduction Article](https://accu.org/index.php/journals/2380). ## License