Elaztek Developer Hub
Blamite Game Engine - blam!  00388.06.24.23.2301.blamite
The core library for the Blamite Game Engine.
imgui_impl_ogre2.cpp File Reference
+ Include dependency graph for imgui_impl_ogre2.cpp:

Functions

bool ImGui_ImplOgre2_Init ()
 
void ImGui_ImplOgre2_NewFrame ()
 
void ImGui_ImplOgre2_Shutdown ()
 
BlamOgreRenderSystemType ImGui_ImplOgre2_GetRenderSystem ()
 

Variables

BlamOgreRenderSystemType render_system_type = BlamOgreRenderSystemType::Unspecified
 

Function Documentation

◆ ImGui_ImplOgre2_GetRenderSystem()

BlamOgreRenderSystemType ImGui_ImplOgre2_GetRenderSystem ( )
+ Here is the caller graph for this function:

◆ ImGui_ImplOgre2_Init()

bool ImGui_ImplOgre2_Init ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ImGui_ImplOgre2_NewFrame()

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

◆ ImGui_ImplOgre2_Shutdown()

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

Variable Documentation

◆ render_system_type