I'm trying to implement ImGui in my opengl app, but, for some reasons, the flag: ImGuiConfigFlags_DockingEnable is not found. I even tried to go in the files an
I am getting the following error while compiling a simple imgui+glfw+opengl3 program on GCC 11.2.0 on Pop!_OS (Ubuntu): [build] In file included from ../externa
https://github.com/ocornut/imgui/issues/5110 Version: 1.87 Branch: docking Back-end/Renderer/Compiler/OS Back-ends: imgui_impl_Vulkan.cpp + imgui_impl_Vulkan.cp
In OpenGL 4.6, I (attempt to) create and initialize a solid color texture as follows: glCreateTextures(GL_TEXTURE_2D, 1, &_textureHandle); glTexParameteri(G