mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced 2026-03-20 12:05:20 +00:00
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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user