VulkanTutorial
VulkanTutorial copied to clipboard
Tutorial for the Vulkan graphics and compute API
Hello I am following along with the tutorial but altering it slightly. I'm not throwing everything into one .cpp file but separating things into a .h and .cpp file. I...
In the [Instance Chapter](https://vulkan-tutorial.com/Drawing_a_triangle/Setup/Instance), following code: ``` requiredExtensions.emplace_back(VK_KHR_PORTABILITY_ENUMERATION_EXTENSION_NAME); createInfo.flags |= VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHR; ``` causes deadlock when the "vkCreateDebugUtilsMessengerEXT" function is invoked on Arch Linux with the latest radeon-vulkan and vulkan-devel packages....
Tracking issue: #336 Process: - [x] 00_Introduction.md - [x] 01_Overview.md - [ ] 02_Development_environment.md - [x] 03_Drawing_a_triangle/00_Setup/00_Base_code.md - [x] 03_Drawing_a_triangle/00_Setup/01_Instance.md - [x] 03_Drawing_a_triangle/00_Setup/02_Validation_layers.md - [x] 03_Drawing_a_triangle/00_Setup/03_Physical_devices_and_queue_families.md - [ ] 03_Drawing_a_triangle/00_Setup/04_Logical_device_and_queues.md...
Based of this comment: https://vulkan-tutorial.com/Depth_buffering#comment-6139270631 The updated subresource aspect definition is missing that is given in the code block in [this section](https://vulkan-tutorial.com/Depth_buffering#page_Explicitly-transitioning-the-depth-image).
> [If you like a challenge, then you can still try to use a different queue family specifically for transfer operations. It will require you to make the following modifications...
I originally encountered this problem due to actual symptoms of incorrect synchronization in a more realistic program than the hello triangle example, but when downloading the hello triangle app I...
There should be license(s), links to github repo and site... Reason: 1. Every book doesn't have statement about license inside looks like something gray even if it is free/libre 2....
The links are highlighted only when you hover them but you can't determine if it a link...
I have successfully compiled and run most of the examples, until I get to example 22. Then I get: `validation layer: Validation Error: [ VUID-vkCmdDrawIndexed-None-02697 ] Object 0: handle =...
This issue is for Chinese translators' communication. --- PR: #335 预计主要工作将基于以下已有翻译的译文,进行校对,更新和统一术语: - [fangcun010/VulkanTutorialCN](https://github.com/fangcun010/VulkanTutorialCN) - [VitaMeanC/vulkan_tutorial_zhcn](https://github.com/VitaMeanC/vulkan_tutorial_zhcn) 贡献翻译时要[向我的分支提交 PR](https://github.com/chirsz-ever/VulkanTutorial/compare/chirsz-ever:VulkanTutorial:chirsz/chinese-translation...),我自己的更新出于方便就直接提交了,但欢迎 review,争取每章都至少有一人校对过再合入。 建议翻译的 commit 像 f096d8855285ddb91d89e6e9d6b6c07be49ef913 一样,commit 信息标题为 `Add zh/XXXX.md`,每个文件一个 commit,或者同一大章合并为一个 commit。 除了文本翻译,目前网站使用的 daux.io...