Searched refs:queueProps (Results 1 – 1 of 1) sorted by relevance
176 std::unique_ptr<VkQueueFamilyProperties[]> queueProps(new VkQueueFamilyProperties[queueCount]); in setupDevice() local177 mGetPhysicalDeviceQueueFamilyProperties(mPhysicalDevice, &queueCount, queueProps.get()); in setupDevice()182 if (queueProps[i].queueFlags & VK_QUEUE_GRAPHICS_BIT) { in setupDevice()