Searched refs:queueProps (Results 1 – 2 of 2) sorted by relevance
264 std::vector<VkQueueFamilyProperties> queueProps(queueCount);265 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice_, &queueCount, queueProps.data());269 if (queueProps[i].queueFlags & VK_QUEUE_GRAPHICS_BIT) {
218 std::vector<VkQueueFamilyProperties> queueProps(queueCount); in CreateDevice() local219 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice_, &queueCount, queueProps.data()); in CreateDevice()222 if (queueProps[i].queueFlags & VK_QUEUE_GRAPHICS_BIT) { in CreateDevice()