From 0a1b3845d52e9f87bce1b50847dc0c4eeeadad7f Mon Sep 17 00:00:00 2001 From: ahbejarano Date: Sat, 20 Jan 2024 08:22:37 +0100 Subject: [PATCH] Fix line wrapping --- bookcontents/chapter-02/chapter-02.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/bookcontents/chapter-02/chapter-02.md b/bookcontents/chapter-02/chapter-02.md index 876500e7..ade4c73a 100644 --- a/bookcontents/chapter-02/chapter-02.md +++ b/bookcontents/chapter-02/chapter-02.md @@ -611,14 +611,7 @@ private EngineProperties() { } ``` -And that's all! -As you can see, we have to write lots of code just to set up the Vulkan instance. -You can see now why Vulkan is considered an explicit API. -A whole chapter passed, and we can't even clear the screen. -So, contain your expectations, since in the next chapters we will continue writing lots of code required to set up everything. -It will take some time to draw something, so please be patient. -The good news is that when everything is set up, -adding incremental features to draw more complex models or to support advanced techniques should require less amount of code. -And if we do it correctly, we get a good understanding of Vulkan. +And that's all! As you can see, we have to write lots of code just to set up the Vulkan instance.You can see now why Vulkan is considered an explicit API. A whole chapter passed, and we can't even clear the screen. So, contain your expectations, since in the next chapters we will continue writing lots of code required to set up everything. +It will take some time to draw something, so please be patient. The good news is that when everything is set up, adding incremental features to draw more complex models or to support advanced techniques should require less amount of code. And if we do it correctly, we get a good understanding of Vulkan. [Next chapter](../chapter-03/chapter-03.md)