mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-14 00:34:18 +00:00
Viewport: Disable extra viewports from hosting other windows. (#1542)
This commit is contained in:
parent
d8719cf59b
commit
9ea16e344a
3 changed files with 6 additions and 6 deletions
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue