diff --git a/src/Magnum/Vk/Test/PipelineVkTest.cpp b/src/Magnum/Vk/Test/PipelineVkTest.cpp index a10c84751..52412bc7d 100644 --- a/src/Magnum/Vk/Test/PipelineVkTest.cpp +++ b/src/Magnum/Vk/Test/PipelineVkTest.cpp @@ -451,8 +451,7 @@ void PipelineVkTest::dynamicRasterizationStatesNotRasterization() { void PipelineVkTest::cmdBindRasterization() { CommandPool pool{device(), CommandPoolCreateInfo{ - /* This might blow up if queue() isn't the one matching this family */ - device().properties().pickQueueFamily(QueueFlag::Graphics|QueueFlag::Compute)}}; + device().properties().pickQueueFamily(QueueFlag::Graphics)}}; RenderPass renderPass{device(), RenderPassCreateInfo{} .setAttachments({