mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
gpu: relax queue requirements
This commit is contained in:
parent
32a2c58441
commit
f6fa29295b
|
|
@ -539,7 +539,6 @@ void vk::Context::createDevice(VkSurfaceKHR surface, int gpuIndex,
|
|||
}
|
||||
|
||||
rx::dieIf(queueFamiliesWithPresentSupport.empty(), "not found queue family with present support");
|
||||
rx::dieIf(queueFamiliesWithComputeSupport.empty(), "not found queue family with compute support");
|
||||
rx::dieIf(queueFamiliesWithGraphicsSupport.empty(), "not found queue family with graphics support");
|
||||
|
||||
this->surface = surface;
|
||||
|
|
|
|||
Loading…
Reference in a new issue