emilib
imgui_gl_lib.hpp
1 // By Emil Ernerfeldt 2015-2016
2 // LICENSE:
3 // This software is dual-licensed to the public domain and under the following
4 // license: you are granted a perpetual, irrevocable license to copy, modify,
5 // publish, and distribute this file as you see fit.
6 
7 #pragma once
8 
9 namespace gl {
10 
14 void bind_imgui_painting();
15 
18 
19 } // namespace gl
void bind_imgui_painting()
void unbind_imgui_painting()
Call this to stop using gl_lib to paint Dear ImGui.
OpenGL wrapper classes.
Definition: gl_lib.hpp:30