ImGUI is now gone.

This commit is contained in:
Zed A. Shaw 2026-02-12 23:24:24 -05:00
parent 196b3098e8
commit c821ab52a1
4 changed files with 1 additions and 112 deletions

View file

@ -9,9 +9,6 @@ class VkGUI {
bool stop_rendering = false;
struct SDL_Window* init_window(VkExtent2D windowExtent);
void init_imgui(VulkanEngine& engine);
void draw_imgui(VkExtent2D& swapchainExtent, VkCommandBuffer cmd, VkImageView targetImageView);
void render_imgui(std::vector<ComputeEffect>& backgroundEffects, int* currentBackgroundEffect);
void destroy(struct SDL_Window* _window);
void poll_event();