mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced 2026-03-20 03:55:26 +00:00
Added link to the first tutorial.
This commit is contained in:
@@ -17,6 +17,7 @@ Vulkan drivers and other related resources can be found at https://www.khronos.o
|
|||||||
<img src="./Document/Images/01 - The Beginning.png" height="96px" align="right">
|
<img src="./Document/Images/01 - The Beginning.png" height="96px" align="right">
|
||||||
|
|
||||||
#### Introduction to a Vulkan world
|
#### Introduction to a Vulkan world
|
||||||
|
#####https://software.intel.com/en-us/api-without-secrets-introduction-to-vulkan-part-1
|
||||||
Tutorial presents how to create all resources necessary to use Vulkan inside our application: function pointers loading, Vulkan instance creation, physical device enumeration, logical device creation and queue set up.
|
Tutorial presents how to create all resources necessary to use Vulkan inside our application: function pointers loading, Vulkan instance creation, physical device enumeration, logical device creation and queue set up.
|
||||||
|
|
||||||
### [02 - Swap chain](./Project/Tutorial02/)
|
### [02 - Swap chain](./Project/Tutorial02/)
|
||||||
|
|||||||
Reference in New Issue
Block a user