You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the tutorial is organized in a somewhat peculiar way:
Looking at this, you would assume that "Drawing a Triangle", "Vertex Buffers", and "Depth Buffering" will be roughly equal in length or complexity. I assumed that all of these were chapters, roughly similar in length. But in reality, "Drawing a Triangle" alone is half the length of the entire tutorial. (To check this, see the PDF versions from https://vulkan-tutorial.com)
Drawing a Triangle also has 2 levels of nesting, while there are some top-level items with one (ex. Vertex Buffers) or no (ex. Depth Buffering) levels of nesting. I think it would be a good idea to organize things a bit differently to divide the tutorial into equal sized pieces.
The text was updated successfully, but these errors were encountered:
Currently the tutorial is organized in a somewhat peculiar way:
Looking at this, you would assume that "Drawing a Triangle", "Vertex Buffers", and "Depth Buffering" will be roughly equal in length or complexity. I assumed that all of these were chapters, roughly similar in length. But in reality, "Drawing a Triangle" alone is half the length of the entire tutorial. (To check this, see the PDF versions from https://vulkan-tutorial.com)
Drawing a Triangle also has 2 levels of nesting, while there are some top-level items with one (ex. Vertex Buffers) or no (ex. Depth Buffering) levels of nesting. I think it would be a good idea to organize things a bit differently to divide the tutorial into equal sized pieces.
The text was updated successfully, but these errors were encountered: