mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Only report a single queue in the supported queue family. Refs #323
This commit is contained in:
@@ -733,6 +733,9 @@ VkResult WrappedVulkan::vkEnumeratePhysicalDevices(VkInstance instance,
|
||||
}
|
||||
}
|
||||
|
||||
// only report a single available queue in this family
|
||||
props[best].queueCount = 1;
|
||||
|
||||
m_SupportedQueueFamilies[i] = std::make_pair(best, props[best]);
|
||||
|
||||
SAFE_DELETE_ARRAY(props);
|
||||
|
||||
Reference in New Issue
Block a user