Viewport: Disable extra viewports from hosting other windows. (#1542)

This commit is contained in:
omar
2018-03-07 16:32:46 +01:00
parent d8719cf59b
commit 9ea16e344a
3 changed files with 6 additions and 6 deletions

View File

@ -392,7 +392,6 @@ int main(int, char**)
VkCommandPool command_pool = wd->Frames[wd->FrameIndex].CommandPool;
VkCommandBuffer command_buffer = wd->Frames[wd->FrameIndex].CommandBuffer;
VkResult err;
err = vkResetCommandPool(g_Device, command_pool, 0);
check_vk_result(err);
VkCommandBufferBeginInfo begin_info = {};