![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#include "../../imgui.h"
Include dependency graph for imgui_impl_opengl3.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | IMGUI_IMPL_OPENGL_LOADER_GL3W |
Functions | |
| IMGUI_IMPL_API bool | ImGui_ImplOpenGL3_Init (const char *glsl_version=NULL) |
| IMGUI_IMPL_API void | ImGui_ImplOpenGL3_Shutdown () |
| IMGUI_IMPL_API void | ImGui_ImplOpenGL3_NewFrame () |
| IMGUI_IMPL_API void | ImGui_ImplOpenGL3_RenderDrawData (ImDrawData *draw_data) |
| IMGUI_IMPL_API bool | ImGui_ImplOpenGL3_CreateFontsTexture () |
| IMGUI_IMPL_API void | ImGui_ImplOpenGL3_DestroyFontsTexture () |
| IMGUI_IMPL_API bool | ImGui_ImplOpenGL3_CreateDeviceObjects () |
| IMGUI_IMPL_API void | ImGui_ImplOpenGL3_DestroyDeviceObjects () |
| #define IMGUI_IMPL_OPENGL_LOADER_GL3W |
| IMGUI_IMPL_API bool ImGui_ImplOpenGL3_CreateDeviceObjects | ( | ) |
| IMGUI_IMPL_API bool ImGui_ImplOpenGL3_CreateFontsTexture | ( | ) |
Here is the call graph for this function:| IMGUI_IMPL_API void ImGui_ImplOpenGL3_DestroyDeviceObjects | ( | ) |
Here is the caller graph for this function:| IMGUI_IMPL_API void ImGui_ImplOpenGL3_DestroyFontsTexture | ( | ) |
| IMGUI_IMPL_API bool ImGui_ImplOpenGL3_Init | ( | const char * | glsl_version = NULL | ) |
Here is the caller graph for this function:| IMGUI_IMPL_API void ImGui_ImplOpenGL3_NewFrame | ( | ) |
Here is the caller graph for this function:| IMGUI_IMPL_API void ImGui_ImplOpenGL3_RenderDrawData | ( | ImDrawData * | draw_data | ) |
| IMGUI_IMPL_API void ImGui_ImplOpenGL3_Shutdown | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function: