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
Upon failure to fetch the queue index or VkQueue, it would return a result with the respective error. Upon successfully fetching both, it would return a pair of the queue and index.
The text was updated successfully, but these errors were encountered:
A lot of times, it's nice to have both the VkQueue and queue index. I propose we add this convenience function to
vkb::Device
:Upon failure to fetch the queue index or
VkQueue
, it would return a result with the respective error. Upon successfully fetching both, it would return a pair of the queue and index.The text was updated successfully, but these errors were encountered: