File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -99,17 +99,12 @@ We will use C{pp} features like classes and RAII to organize logic and
9999To make it easier to learn to work with Vulkan, we'll be using the newer
100100https://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
103103combination, we show how to use Vulkan in a method that will translate
104104directly into large projects where C{pp} libraries have traditionally caused
105105large build times while also showing one method of making Vulkan a joy to
106106work 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
115110The contents of this repository are licensed as link:https://creativecommons.org/licenses/by-sa/4.0/[CC BY-SA 4.0], unless stated otherwise.
You can’t perform that action at this time.
0 commit comments