vsg-dev / vsgImGui

Integration of VulkanSceneGraph with ImGui
MIT License
43 stars 28 forks source link

There is no 'ImGui::EndFrame();' in 'RenderImGui::renderComponents' #7

Closed karolmateusznowak closed 3 years ago

karolmateusznowak commented 3 years ago

ImGui::NewFrame() should be ended with ImGui::EndFrame() before ImGui::Render()

robertosfield commented 3 years ago

I have add an ImGui::EndFrame() call in before the ImGui::Render(). I don't see any change in behaviour, but it seems to make sense to do this. 1ed2aa693080b42a3c3290cdca0f88ea3a2e7944