Added link to second tutorial.

This commit is contained in:
Pawel Lapinski
2016-04-08 09:30:22 +02:00
parent 42e4310541
commit 83fd9f9303

View File

@@ -24,6 +24,7 @@ Tutorial presents how to create all resources necessary to use Vulkan inside our
<img src="./Document/Images/02 - Swap Chain.png" height="96px" align="right">
#### Integrating Vulkan with OS
##### https://software.intel.com/en-us/api-without-secrets-introduction-to-vulkan-part-2
This lesson focuses on a swap chain creation. Swap chain enables us to display Vulkan-generated image in an application window. To display anything simple command buffers are allocated and recorded.
### [03 - First triangle](./Project/Tutorial03/)