Vulkan-Tutorial
Vulkan-Tutorial copied to clipboard
Khronos version of the Vulkan Tutorial as parts of the Vulkan documentation project
At the end of setup step 4 for drawing a triangle there is no link to continue, and since there is no index of the tutorial you have to search...
We should add a CI step that builds the Antora documentation for this repo to make sure that changes won't break builds for the documentation site. Currently we have no...
Add extra chapter to tutorial which adds in the necessary code to allow for drawing of multiple objects. Noting what needs to and doesn’t need to be duplicated (multiple uniform...
Some early chapters have a link to the next chapter at the end, but later chapters don't. From a navigation point-of-view it should be consistent, so we should add such...
The tutorial links to the Vulkan spec in several chapters. Those links point to the Vulkan registry (https://www.khronos.org/registry/vulkan...). As the tutorial is meant to be a part of the docs...
Similar to the other Khronos repositories, we should add a list of contributors along with a guide on how to contribute to this project.
Hi, First of all, I want to point out that I really, really appreciate the tutorial material, I think that you are doing an amazing job with it! However, at...
Rationale: if I'm using environment variables from the [official tutorial](https://docs.vulkan.org/tutorial/latest/02_Development_environment.html#_setting_up_xcode) in Xcode, the result is below. ``` required extensions: 1 VK_KHR_portability_enumeration available extensions: 4 VK_EXT_debug_report VK_EXT_debug_utils VK_KHR_portability_enumeration VK_LUNARG_direct_driver_loading -9 failed...
This PR updates, simplifies and expands the development environment setup for Windows with Visual Studio. The most important change is that the project setup now uses the `%VULKAN_SDK%` environment variable...
> [The range of the possible resolutions is defined in the VkSurfaceCapabilitiesKHR structure. Vulkan tells us to match the resolution of the window by setting the width and height in...