Skip to content

Commit

Permalink
gpu: relax queue requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
DHrpcs3 committed Oct 17, 2024
1 parent 32a2c58 commit f6fa292
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpcsx/gpu/lib/vk/src/vk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f6fa292

Please sign in to comment.