Skip to content

Commit fb1e910

Browse files
committed
Also update introduction chapter
1 parent 544aca5 commit fb1e910

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

en/00_Introduction.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ Compared to the original tutorial, this version of the tutorial is teaching up-t
1313

1414
* Vulkan 1.4 as a baseline
1515
* Dynamic rendering instead of render passes
16+
* Timeline semaphores
1617
* link:https://shader-slang.org/[Slang] as the primary shading language
17-
* Modern C++ (20)
18+
* Modern C++ (20) with modules
1819
* link:https://github.com/KhronosGroup/Vulkan-Hpp[Vulkan-Hpp] with link:https://en.wikipedia.org/wiki/Resource_acquisition_is_initialization[RAII]
1920

21+
It also contains Vulkan usage clarifications, improved synchronization and new content.
22+
2023
== About
2124

2225
This tutorial will teach you the basics of using the

0 commit comments

Comments
 (0)