Skip to content

Commit

Permalink
Allow for more flexible presentation with Vulkan
Browse files Browse the repository at this point in the history
  • Loading branch information
rys committed Apr 21, 2021
1 parent 5f1bc5f commit 2d99175
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/VK/base/SwapChain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ namespace CAULDRON_VK
present.pResults = NULL;

VkResult res = vkQueuePresentKHR(m_presentQueue, &present);
assert(res == VK_SUCCESS);
}

void SwapChain::SetFullScreen(bool fullscreen)
Expand Down

0 comments on commit 2d99175

Please sign in to comment.