Skip to content

Commit

Permalink
Update introduction.md (#252)
Browse files Browse the repository at this point in the history
A tiny change to the introduction page as I was reading it.
  • Loading branch information
Vaalley authored Mar 28, 2024
1 parent b1be098 commit fb2b69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/book/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ As mentioned before, the Vulkan API has a rather verbose API with many parameter

Every chapter will also start with a link to the final code for that chapter. You can refer to it if you have any doubts about the structure of the code, or if you're dealing with a bug and want to compare.

This tutorial is intended to be a community effort. Vulkan is still a fairly new API and best practices have been fully established. If you have any type of feedback on the tutorial and site itself, then please don't hesitate to submit an issue or pull request to the [GitHub repository](https://github.com/KyleMayes/vulkanalia).
This tutorial is intended to be a community effort. Vulkan is still a fairly new API and best practices haven't been fully established. If you have any type of feedback on the tutorial and site itself, then please don't hesitate to submit an issue or pull request to the [GitHub repository](https://github.com/KyleMayes/vulkanalia).

After you've gone through the ritual of drawing your very first Vulkan powered triangle onscreen, we'll start expanding the program to include linear transformations, textures and 3D models.

Expand Down

0 comments on commit fb2b69f

Please sign in to comment.