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.
This commit is contained in:
Pawel Lapinski
2016-03-25 19:37:27 +01:00
parent 77d441165f
commit dbbf93288b

View File

@@ -3,7 +3,7 @@ by Pawel Lapinski
Source code examples for "API without Secrets: Introduction to Vulkan" tutorial which can be found at: 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! 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
<img src="./Document/Images/04 - Vertex Attributes.png" height="96px" align="right"> <img src="./Document/Images/04 - Vertex Attributes.png" height="96px" align="right">
#### Buffers, images and fences #### 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. This tutorial shows how to set up vertex attributes and bind buffer with vertex data. Here we also create images, memory objects and fences.