Browse Source

Vk: fix irrelevant copypasted code + comment in a test.

pull/495/head
Vladimír Vondruš 5 years ago
parent
commit
eb91cf768a
  1. 3
      src/Magnum/Vk/Test/PipelineVkTest.cpp

3
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({

Loading…
Cancel
Save