VulkanTutorial
VulkanTutorial copied to clipboard
Tutorial for the Vulkan graphics and compute API
@kondrak Could you add some details about why `VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT` is used for the color resources? See also [this comment](https://vulkan-tutorial.com/Multisampling#comment-4271437243).
files in ebook folder can't download
While going through an exercise of converting the finished tutorial code into C, I got thinking about the hash table. In part because I'm having an interesting time learning to...
This is probably the least important thing to implement, but I also think it isn't going to be difficult. For me a bright theme puts more strain on my eyes,...
I was looking over the various Documents on the tutorial, and saw that there is no information on how to get started working with multiple graphics cards. Some of the...
Changing any window state, such as position, size, minimization, etc. causes the system to freeze for a certain amount of time, the time it freezes for seems to be directly...
The tutorial is really great and I finally managed to get a triangle on my screen! I would like to provide some feedback and suggestions. Adding illustrations for how things...
https://github.com/Overv/VulkanTutorial/blob/56389adfef6d51493df7a50475fcf01c36f75c4d/code/09_shader_base.vert#L6 Excellent tutorial. It would be instructive to highlight the importance of the order the vertices are declared in, and that they correspond to the winding order used for front-faced...
 In the generated ebooks the table of contents is missing entries and is not properly grouped as on the website and this is a bit confusing. Also chapter numbers...
The guide mentions push constants in ["Graphics pipeline basics"](https://github.com/Overv/VulkanTutorial/blob/720bc7279928f408e9f9fa09b3c547d34158914b/en/03_Drawing_a_triangle/02_Graphics_pipeline_basics/02_Fixed_functions.md#pipeline-layout) and ["Descriptor layout and buffer"](https://github.com/Overv/VulkanTutorial/blob/720bc7279928f408e9f9fa09b3c547d34158914b/en/05_Uniform_buffers/00_Descriptor_layout_and_buffer.md#updating-uniform-data), but they are never discussed in the guide as far as I can find with search....