Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions en/00_Introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,12 @@ We will use C{pp} features like classes and RAII to organize logic and
To make it easier to learn to work with Vulkan, we'll be using the newer
https://github.com/KhronosGroup/Vulkan-Hpp[Vulkan-Hpp] bindings that
abstract some of the dirty work and help prevent certain classes of errors.
We'll also use Vulkan raii and the Vulkan C{pp}20 module. With this
We'll also use Vulkan RAII and the Vulkan C{pp}20 module. With this
combination, we show how to use Vulkan in a method that will translate
directly into large projects where C{pp} libraries have traditionally caused
large build times while also showing one method of making Vulkan a joy to
work with.

To make it easier to understand the core concepts and to follow along for
developers using other programming languages, also to get some experience with
the base API we'll be using the original C API when we describe the objects
and the concepts that are being used.

== License

The contents of this repository are licensed as link:https://creativecommons.org/licenses/by-sa/4.0/[CC BY-SA 4.0], unless stated otherwise.
Expand Down
Loading