gpu: relax queue requirements

This commit is contained in:
DH 2024-10-17 04:42:59 +03:00
parent 32a2c58441
commit f6fa29295b

View file

@ -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;