File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 77The Khronos Vulkan^®^ Tutorial is based on the "link:https://vulkan-tutorial.com/[Vulkan Tutorial]" by Alexander Overvoorde licensed under
88link:https://creativecommons.org/licenses/by-sa/4.0/[CC BY-SA 4.0].
99
10+ == Differences
11+
12+ 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+
1020== About
1121
1222This tutorial will teach you the basics of using the
You can’t perform that action at this time.
0 commit comments