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
Copy file name to clipboardExpand all lines: README.adoc
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,18 @@ The Khronos Vulkan^®^ Tutorial is based on the "link:https://vulkan-tutorial.co
8
8
9
9
This repository hosts the contents of the link:https://docs.vulkan.org/tutorial/latest[Khronos Vulkan Tutorial]. The tutorial is part of the link:https://github.com/KhronosGroup/Vulkan-Site[Vulkan Documentation Project].
10
10
11
+
== Differences
12
+
13
+
Compared to the original tutorial, this version of the tutorial is teaching up-to-date concepts:
14
+
15
+
* Vulkan 1.4 as a baseline
16
+
* Dynamic rendering instead of render passes
17
+
* link:https://shader-slang.org/[Slang] as the primary shading language
18
+
* Modern C++ (20)
19
+
* link:https://github.com/KhronosGroup/Vulkan-Hpp[Vulkan-Hpp] with link:https://en.wikipedia.org/wiki/Resource_acquisition_is_initialization[RAII]
20
+
21
+
It also contains Vulkan usage clarifications, improved synchronization and new content.
22
+
11
23
== Project Structure
12
24
13
25
The repository is organized into several important directories:
0 commit comments