Updated ImGUI configuration to hook into the GLM math functions that control the Model, View, and Projection matrix

This commit is contained in:
2024-11-22 22:36:04 -06:00
parent a1544ce989
commit d8c82d3351
8 changed files with 140 additions and 112 deletions

View File

@@ -8,8 +8,6 @@ public:
static void createSyncObject();
static void destroyFenceSemaphores();
static void cleanupSwapChain();
static void init_imgui(VkInstance instance);
static void drawImGui();
static float getFloatBar();
};
} // namespace render_present