Merge branch 'master' into docking

This commit is contained in:
ocornut
2024-07-29 23:18:54 +02:00
29 changed files with 393 additions and 137 deletions

View File

@@ -25,6 +25,7 @@
#include "imgui.h" // IMGUI_IMPL_API
#ifndef IMGUI_DISABLE
// Follow "Getting Started" link and check examples/ folder to learn about using backends!
IMGUI_IMPL_API bool ImGui_ImplOpenGL2_Init();
IMGUI_IMPL_API void ImGui_ImplOpenGL2_Shutdown();
IMGUI_IMPL_API void ImGui_ImplOpenGL2_NewFrame();