Skip to content

Commit d0fd717

Browse files
Merge pull request #157 from CyntexMore/patch-1
docs: removed wrong information
2 parents 189cd09 + 699f713 commit d0fd717

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

en/00_Introduction.adoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,12 @@ We will use C{pp} features like classes and RAII to organize logic and
9999
To make it easier to learn to work with Vulkan, we'll be using the newer
100100
https://github.com/KhronosGroup/Vulkan-Hpp[Vulkan-Hpp] bindings that
101101
abstract some of the dirty work and help prevent certain classes of errors.
102-
We'll also use Vulkan raii and the Vulkan C{pp}20 module. With this
102+
We'll also use Vulkan RAII and the Vulkan C{pp}20 module. With this
103103
combination, we show how to use Vulkan in a method that will translate
104104
directly into large projects where C{pp} libraries have traditionally caused
105105
large build times while also showing one method of making Vulkan a joy to
106106
work with.
107107

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

115110
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.

0 commit comments

Comments
 (0)