From 3879abc75ed52467640805c1e8f2bf1b47bc7364 Mon Sep 17 00:00:00 2001 From: Ekzuzy Date: Sun, 13 Mar 2016 23:56:57 +0100 Subject: [PATCH] Created a readme.md file Created readme.md file with short description of the project/tutorial and a mocap link to software.intel.com site. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1166a9c --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# API without Secrets: Introduction to Vulkan +by Pawel Lapinski + +Source code examples for "API without Secrets: Introduction to Vulkan" tutorial which can be found at: + +https://software.intel.com/en-us/ + +Special thanks to Slawomir Cygan for help and for patiently answering my many, many questions!