From 699f71308b303f00d6549e2f481c1c3e554b830a Mon Sep 17 00:00:00 2001 From: SaynedBread <114937220+CyntexMore@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:16:42 +0200 Subject: [PATCH] docs: removed wrong information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * removed block containing "...we’ll be using the original C API..." * capitalized "RAII" --- en/00_Introduction.adoc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/en/00_Introduction.adoc b/en/00_Introduction.adoc index 4bc42be0..cef44060 100644 --- a/en/00_Introduction.adoc +++ b/en/00_Introduction.adoc @@ -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.