Updated ImGUI configuration to hook into the GLM math functions that control the Model, View, and Projection matrix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user