Overv / VulkanTutorial

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

Add remark regarding queue type for vkCmdBlitImage #206

Closed maltekliemann closed 3 years ago

maltekliemann commented 3 years ago

I'm not sure if this fits stylistically. :)

All my queues have graphics capability, so I can't check what the validation layer may have to say about using a transfer-only queue.

Overv commented 3 years ago

That sounds like a useful hint to me 👍