Browse Source

Vk: clean up some minor copypaste naming weirdness.

pull/494/head
Vladimír Vondruš 5 years ago
parent
commit
b743185dd4
  1. 4
      src/Magnum/Vk/Test/FenceTest.cpp

4
src/Magnum/Vk/Test/FenceTest.cpp

@ -77,8 +77,8 @@ void FenceTest::createInfoConstructFromVk() {
void FenceTest::constructNoCreate() {
{
Fence view{NoCreate};
CORRADE_VERIFY(!view.handle());
Fence fence{NoCreate};
CORRADE_VERIFY(!fence.handle());
}
/* Implicit construction is not allowed */

Loading…
Cancel
Save