We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e850540 commit 5a82a0cCopy full SHA for 5a82a0c
1 file changed
src/VK/base/SwapChain.cpp
@@ -179,7 +179,6 @@ namespace CAULDRON_VK
179
present.pResults = NULL;
180
181
VkResult res = vkQueuePresentKHR(m_presentQueue, &present);
182
- assert(res == VK_SUCCESS);
183
}
184
185
void SwapChain::SetFullScreen(bool fullscreen)
0 commit comments