vkcube icon indicating copy to clipboard operation
vkcube copied to clipboard

Stop using vkGetDeviceQueue()

Open djdeath opened this issue 4 years ago • 0 comments

Since we can add a flag to VkDeviceQueueCreateInfo, we need to have a matching value in vkGetDeviceQueue2() and can't use vkGetDeviceQueue :

vkGetDeviceQueue must only be used to get queues that were created with the flags parameter of VkDeviceQueueCreateInfo set to zero.

Signed-off-by: Lionel Landwerlin [email protected]

djdeath avatar Feb 15 '21 16:02 djdeath