Overv / VulkanTutorial

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

findQueueFamily fix #319

Closed ruscito closed 1 year ago

ruscito commented 1 year ago

Changed the findQueuFamily function to address non unique family indices when a family queue support both graphics and presentation.

ruscito commented 1 year ago

Change findQueuFamily across all the chapters code file

Overv commented 1 year ago

This code is unnecessary since the queue families are already deduplicated when the queue(s) are created.