From 9a1e0a5223f81e4d176b53c6bead8fbd0f350d17 Mon Sep 17 00:00:00 2001 From: Pawel Lapinski Date: Fri, 25 Mar 2016 21:18:07 +0100 Subject: [PATCH] Updated readme.md file with link to Vulkan-related resources Added link to https://www.khronos.org/vulkan/ in new "Drivers" section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 91c4fc6..562af49 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ https://software.intel.com/en-us/articles/api-without-secrets-introduction-to-vu Special thanks to Slawomir Cygan for help and for patiently answering my many, many questions! +## Drivers: + +Vulkan drivers and other related resources can be found at https://www.khronos.org/vulkan/ + ## Tutorials: ### [01 - The Beginning](./Project/Tutorial01/)