Bump imgui to 1.84.2 (#78)

This commit is contained in:
Alexander Bondarenko
2021-08-30 19:57:00 +03:00
committed by GitHub
parent 9e5b39850e
commit 5699f64e95
8 changed files with 13 additions and 10 deletions

View File

@ -51,7 +51,7 @@ mainLoop w = do
-- Tell ImGui we're starting a new frame
openGL2NewFrame
sdl2NewFrame w
sdl2NewFrame
newFrame
-- Build the GUI

View File

@ -342,7 +342,7 @@ app = do
else
handleJust vulkanException ( pure . reloadQuit ) do
ImGui.Vulkan.vulkanNewFrame
ImGui.SDL.sdl2NewFrame window
ImGui.SDL.sdl2NewFrame
ImGui.newFrame
ImGui.showDemoWindow
ImGui.render