ImGUI is now gone.
This commit is contained in:
parent
196b3098e8
commit
c821ab52a1
4 changed files with 1 additions and 112 deletions
3
vk_gui.h
3
vk_gui.h
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue