Go to the source code of this file.
IMGUI_IMPL_API bool ImGui_ImplOpenGL2_CreateDeviceObjects | ( | ) |
Definition at line 240 of file imgui_impl_opengl2.cpp.
IMGUI_IMPL_API bool ImGui_ImplOpenGL2_CreateFontsTexture | ( | ) |
Definition at line 202 of file imgui_impl_opengl2.cpp.
IMGUI_IMPL_API void ImGui_ImplOpenGL2_DestroyDeviceObjects | ( | ) |
Definition at line 245 of file imgui_impl_opengl2.cpp.
IMGUI_IMPL_API void ImGui_ImplOpenGL2_DestroyFontsTexture | ( | ) |
Definition at line 229 of file imgui_impl_opengl2.cpp.
IMGUI_IMPL_API bool ImGui_ImplOpenGL2_Init | ( | ) |
Definition at line 59 of file imgui_impl_opengl2.cpp.
IMGUI_IMPL_API void ImGui_ImplOpenGL2_NewFrame | ( | ) |
Definition at line 72 of file imgui_impl_opengl2.cpp.
IMGUI_IMPL_API void ImGui_ImplOpenGL2_RenderDrawData | ( | ImDrawData * | draw_data | ) |
Definition at line 118 of file imgui_impl_opengl2.cpp.
IMGUI_IMPL_API void ImGui_ImplOpenGL2_Shutdown | ( | ) |
Definition at line 67 of file imgui_impl_opengl2.cpp.