Overv / VulkanTutorial

Tutorial for the Vulkan graphics and compute API
https://vulkan-tutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.06k stars 511 forks source link

Dedicated transfer queue for copying buffers #369

Open Pacheco95 opened 7 months ago

Pacheco95 commented 7 months ago

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 to your program

I took the challenge, but I don't know if I did it correctly. Can someone help me check it out?

https://github.com/Pacheco95/khronos-vulkan-tutorial-cpp/commit/3588e5e8c96dbb5279f5bce9bceacc3763822e6a