Go to the source code of this file.
Macros | |
#define | IMGUI_IMPL_OPENGL_LOADER_GL3W |
Functions | |
IMGUI_IMPL_API bool | ImGui_ImplOpenGL3_CreateDeviceObjects () |
IMGUI_IMPL_API bool | ImGui_ImplOpenGL3_CreateFontsTexture () |
IMGUI_IMPL_API void | ImGui_ImplOpenGL3_DestroyDeviceObjects () |
IMGUI_IMPL_API void | ImGui_ImplOpenGL3_DestroyFontsTexture () |
IMGUI_IMPL_API bool | ImGui_ImplOpenGL3_Init (const char *glsl_version=NULL) |
IMGUI_IMPL_API void | ImGui_ImplOpenGL3_NewFrame () |
IMGUI_IMPL_API void | ImGui_ImplOpenGL3_RenderDrawData (ImDrawData *draw_data) |
IMGUI_IMPL_API void | ImGui_ImplOpenGL3_Shutdown () |
#define IMGUI_IMPL_OPENGL_LOADER_GL3W |
Definition at line 67 of file imgui_impl_opengl3.h.
IMGUI_IMPL_API bool ImGui_ImplOpenGL3_CreateDeviceObjects | ( | ) |
Definition at line 496 of file imgui_impl_opengl3.cpp.
IMGUI_IMPL_API bool ImGui_ImplOpenGL3_CreateFontsTexture | ( | ) |
Definition at line 420 of file imgui_impl_opengl3.cpp.
IMGUI_IMPL_API void ImGui_ImplOpenGL3_DestroyDeviceObjects | ( | ) |
Definition at line 676 of file imgui_impl_opengl3.cpp.
IMGUI_IMPL_API void ImGui_ImplOpenGL3_DestroyFontsTexture | ( | ) |
Definition at line 449 of file imgui_impl_opengl3.cpp.
IMGUI_IMPL_API bool ImGui_ImplOpenGL3_Init | ( | const char * | glsl_version = NULL | ) |
Definition at line 153 of file imgui_impl_opengl3.cpp.
IMGUI_IMPL_API void ImGui_ImplOpenGL3_NewFrame | ( | ) |
Definition at line 226 of file imgui_impl_opengl3.cpp.
IMGUI_IMPL_API void ImGui_ImplOpenGL3_RenderDrawData | ( | ImDrawData * | draw_data | ) |
Definition at line 285 of file imgui_impl_opengl3.cpp.
IMGUI_IMPL_API void ImGui_ImplOpenGL3_Shutdown | ( | ) |
Definition at line 221 of file imgui_impl_opengl3.cpp.