You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compared to the original tutorial, this version of the tutorial is teaching up-to-date concepts:
13
+
14
+
* Vulkan 1.4 as a baseline
15
+
* Dynamic rendering instead of render passes
16
+
* link:https://shader-slang.org/[Slang] as the primary shading language
17
+
* Modern C++ (20)
18
+
* link:https://github.com/KhronosGroup/Vulkan-Hpp[Vulkan-Hpp] with link:https://en.wikipedia.org/wiki/Resource_acquisition_is_initialization[RAII]
19
+
10
20
== About
11
21
12
22
This tutorial will teach you the basics of using the
0 commit comments