aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/imgui/source/backends/imgui_impl_opengl2.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/imgui/source/backends/imgui_impl_opengl2.h')
-rw-r--r--3rdparty/imgui/source/backends/imgui_impl_opengl2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/imgui/source/backends/imgui_impl_opengl2.h b/3rdparty/imgui/source/backends/imgui_impl_opengl2.h
index d00d27f..780204a 100644
--- a/3rdparty/imgui/source/backends/imgui_impl_opengl2.h
+++ b/3rdparty/imgui/source/backends/imgui_impl_opengl2.h
@@ -3,6 +3,7 @@
// Implemented features:
// [X] Renderer: User texture binding. Use 'GLuint' OpenGL texture identifier as void*/ImTextureID. Read the FAQ about ImTextureID!
+// [X] Renderer: Multi-viewport support. Enable with 'io.ConfigFlags |= ImGuiConfigFlags_ViewportsEnable'.
// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this.
// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need.