Skip to content

Commit 5a82a0c

Browse files
committed
Allow for more flexible presentation with Vulkan
1 parent e850540 commit 5a82a0c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/VK/base/SwapChain.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ namespace CAULDRON_VK
179179
present.pResults = NULL;
180180

181181
VkResult res = vkQueuePresentKHR(m_presentQueue, &present);
182-
assert(res == VK_SUCCESS);
183182
}
184183

185184
void SwapChain::SetFullScreen(bool fullscreen)

0 commit comments

Comments
 (0)