added imgui

This commit is contained in:
2026-01-17 18:29:32 +01:00
parent cf5602417b
commit d09953f476
22 changed files with 79321 additions and 1 deletions

View File

@@ -105,6 +105,11 @@ bool TSE::GLFW::WindowGlfw::Init()
Debug::Log("GLFW:" + std::string(glfwGetVersionString()));
if(!renderingBackend->InitEnd())
{
return false;
}
return true;
}