Code cleanup
This commit is contained in:
@@ -78,6 +78,9 @@ namespace fgl::editor
|
||||
EditorGuiContext::~EditorGuiContext()
|
||||
{
|
||||
ZoneScoped;
|
||||
|
||||
log::info( "Destroying EditorGUIContext" );
|
||||
|
||||
ImGui_ImplVulkan_Shutdown();
|
||||
ImGui_ImplGlfw_Shutdown();
|
||||
ImGui::DestroyContext();
|
||||
|
||||
@@ -41,6 +41,8 @@ int main()
|
||||
try
|
||||
{
|
||||
EngineContext engine_ctx {};
|
||||
|
||||
/*
|
||||
EditorGuiContext editor_ctx { engine_ctx.getWindow() };
|
||||
|
||||
// We start by hooking into the imgui rendering.
|
||||
@@ -88,6 +90,7 @@ int main()
|
||||
}
|
||||
|
||||
engine_ctx.waitIdle();
|
||||
*/
|
||||
}
|
||||
catch ( const vk::LayerNotPresentError& e )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user