From dbbf93288b53ef8a2038107c198bbfef289e5c1c Mon Sep 17 00:00:00 2001 From: Pawel Lapinski Date: Fri, 25 Mar 2016 19:37:27 +0100 Subject: [PATCH] Updated readme.md file with link to the "preface" chapter. Added link to the article with introduction to the author, Vulkan API and source code. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da76587..91c4fc6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 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/ +https://software.intel.com/en-us/articles/api-without-secrets-introduction-to-vulkan-preface Special thanks to Slawomir Cygan for help and for patiently answering my many, many questions! @@ -31,4 +31,4 @@ Here I present render pass, framebuffer and pipeline objects which are necessary #### Buffers, images and fences -This tutorial shows how to set up vertex attributes and bind buffer with vertex data. Here we also create images, memory objects and fences. \ No newline at end of file +This tutorial shows how to set up vertex attributes and bind buffer with vertex data. Here we also create images, memory objects and fences.