Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
imgui_impl_opengl3.h File Reference
#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 ()
 

Macro Definition Documentation

◆ IMGUI_IMPL_OPENGL_LOADER_GL3W

#define IMGUI_IMPL_OPENGL_LOADER_GL3W

Function Documentation

◆ ImGui_ImplOpenGL3_CreateDeviceObjects()

IMGUI_IMPL_API bool ImGui_ImplOpenGL3_CreateDeviceObjects ( )

◆ ImGui_ImplOpenGL3_CreateFontsTexture()

IMGUI_IMPL_API bool ImGui_ImplOpenGL3_CreateFontsTexture ( )
+ Here is the call graph for this function:

◆ ImGui_ImplOpenGL3_DestroyDeviceObjects()

IMGUI_IMPL_API void ImGui_ImplOpenGL3_DestroyDeviceObjects ( )
+ Here is the caller graph for this function:

◆ ImGui_ImplOpenGL3_DestroyFontsTexture()

IMGUI_IMPL_API void ImGui_ImplOpenGL3_DestroyFontsTexture ( )

◆ ImGui_ImplOpenGL3_Init()

IMGUI_IMPL_API bool ImGui_ImplOpenGL3_Init ( const char *  glsl_version = NULL)
+ Here is the caller graph for this function:

◆ ImGui_ImplOpenGL3_NewFrame()

IMGUI_IMPL_API void ImGui_ImplOpenGL3_NewFrame ( )
+ Here is the caller graph for this function:

◆ ImGui_ImplOpenGL3_RenderDrawData()

IMGUI_IMPL_API void ImGui_ImplOpenGL3_RenderDrawData ( ImDrawData draw_data)

◆ ImGui_ImplOpenGL3_Shutdown()

IMGUI_IMPL_API void ImGui_ImplOpenGL3_Shutdown ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function: