You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since it is not guaranteed by the standard for a graphics queue to support presentation and vkb::QueueType::graphics is used in tutorials for combined purposes of both rendering and presentation, for convenience reasons I'm suggesting to add a vkb::QueueType::graphics_and_present type that would perform an additional check under the hood and ensure its support.