Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a050fd

Browse files
committed
Add e-book versions
1 parent ab9b202 commit 0a050fd

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

00_Introduction.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ linear algebra library and you will be on your own in terms of code structuring.
4646
We will use C++ features like classes and RAII to organize logic and resource
4747
lifetimes.
4848

49+
## E-book
50+
51+
If you prefer to read this tutorial as an e-book, then you can download an EPUB
52+
or PDF version here:
53+
54+
* [EPUB](https://raw.githubusercontent.com/Overv/VulkanTutorial/master/ebook/Vulkan%20Tutorial.epub)
55+
* [PDF](https://raw.githubusercontent.com/Overv/VulkanTutorial/master/ebook/Vulkan%20Tutorial.pdf)
56+
4957
## Tutorial structure
5058

5159
We'll start with an overview of how Vulkan works and the work we'll have to do

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ have a problem with your code, then use the comments section in the related
1313
chapter to ask a question. Please provide your operating system, graphics card,
1414
driver version, source code, expected behaviour and actual behaviour.
1515

16+
E-book
17+
------
18+
19+
This guide is now available in e-book formats as well:
20+
21+
* [EPUB](https://raw.githubusercontent.com/Overv/VulkanTutorial/master/ebook/Vulkan%20Tutorial.epub)
22+
* [PDF](https://raw.githubusercontent.com/Overv/VulkanTutorial/master/ebook/Vulkan%20Tutorial.pdf)
23+
1624
Changing code across chapters
1725
-----------------------------
1826

0 commit comments

Comments
 (0)