Debug UI tunes

This commit is contained in:
IlushaShurupov 2023-08-20 20:20:50 +03:00
parent b959afe8c2
commit c00750c95a
7 changed files with 30970 additions and 6 deletions

View file

@ -18,7 +18,7 @@ int main() {
while (!window->shouldClose()) {
window->processEvents();
ImGui::Text("Hello!");
window->getGraphics().getDebugGui().drawDebugInfoWindow();
window->draw();
}