From eb91cf768a05ead0c7c2ed974b6637764baeba5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 9 Feb 2021 00:15:40 +0100 Subject: [PATCH] Vk: fix irrelevant copypasted code + comment in a test. --- src/Magnum/Vk/Test/PipelineVkTest.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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({