#include "imgui.h"
#include "imgui_impl_glut.h"
#include "imgui_impl_opengl2.h"
#include <GL/freeglut.h>
Go to the source code of this file.
Functions | |
void | glut_display_func () |
int | main (int argc, char **argv) |
void | my_display_code () |
Variables | |
static ImVec4 | clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f) |
static bool | show_another_window = false |
static bool | show_demo_window = true |
void glut_display_func | ( | ) |
Definition at line 66 of file dependencies/third-party/imgui/src/examples/example_glut_opengl2/main.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 92 of file dependencies/third-party/imgui/src/examples/example_glut_opengl2/main.cpp.
void my_display_code | ( | ) |
Definition at line 26 of file dependencies/third-party/imgui/src/examples/example_glut_opengl2/main.cpp.
Definition at line 24 of file dependencies/third-party/imgui/src/examples/example_glut_opengl2/main.cpp.
|
static |
Definition at line 23 of file dependencies/third-party/imgui/src/examples/example_glut_opengl2/main.cpp.
|
static |
Definition at line 22 of file dependencies/third-party/imgui/src/examples/example_glut_opengl2/main.cpp.