emilib
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
17
void
unbind_imgui_painting
();
18
19
}
// namespace gl
gl::bind_imgui_painting
void bind_imgui_painting()
gl::unbind_imgui_painting
void unbind_imgui_painting()
Call this to stop using gl_lib to paint Dear ImGui.
gl
OpenGL wrapper classes.
Definition:
gl_lib.hpp:30
Generated by
1.8.13