Copy more imgui stuff from Metaforce

This commit is contained in:
Luke Street
2026-04-03 17:04:22 -06:00
parent 97ab7313d4
commit b8f53c55a5
15 changed files with 362 additions and 49 deletions
+3
View File
@@ -131,6 +131,9 @@ namespace dusk {
BytesToString(stats->lastVertSize + stats->lastUniformSize +
stats->lastIndexSize + stats->lastStorageSize +
stats->lastTextureUploadSize)));
// TODO: persist to config
ShowCornerContextMenu(m_debugOverlayCorner, m_cameraOverlayCorner);
}
ImGui::End();
}