Sascha Willems
Sascha Willems
Some samples based on the ARM samples have misleading information, e.g. https://github.com/KhronosGroup/Vulkan-Samples/blob/main/samples/performance/layout_transitions/README.adoc#best-practice-summary The Do's and Dont's seem to refer to ARM GPUs, but they look like those are general guidelines....
**Environment:** - OS: Windows 11 - GPU and driver version: NVIDIA RTX 4070 538.42 - SDK or header version if building from repo: SDK 1.3.275 - Options enabled (synchronization, best...
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.
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 CMakelist is aimed at maintainers only, but could be made to be much easier to setup for maintainers but also users of the tutorial. (Possibly use CMake's FetchContent to...