Enabled viewports.

This commit is contained in:
2025-03-02 23:08:02 +01:00
parent 7eabd55167
commit 53efca4729
4 changed files with 36 additions and 5 deletions

View File

@@ -34,6 +34,7 @@ int main(int argc, char* argv[])
.render = &render
},
.folderName = "raid_test_app",
.windowTitle = "RAID Test App",
.mainWindowFlags = raid::DEFAULT_MAIN_WINDOW_FLAGS | ImGuiWindowFlags_MenuBar
});
}