mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced 2026-03-20 12:05:20 +00:00
Added link to second tutorial.
This commit is contained in:
@@ -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">
|
<img src="./Document/Images/02 - Swap Chain.png" height="96px" align="right">
|
||||||
|
|
||||||
#### Integrating Vulkan with OS
|
#### 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.
|
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/)
|
### [03 - First triangle](./Project/Tutorial03/)
|
||||||
|
|||||||
Reference in New Issue
Block a user