Elaztek Developer Hub
Blamite Game Engine - blam!  00357.06.18.22.0809.blamite
The core library for the Blamite Game Engine.
imgui_impl_ogre2.cpp File Reference

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 ( )

◆ ImGui_ImplOgre2_Init()

bool ImGui_ImplOgre2_Init ( )

◆ ImGui_ImplOgre2_NewFrame()

void ImGui_ImplOgre2_NewFrame ( )

◆ ImGui_ImplOgre2_Shutdown()

void ImGui_ImplOgre2_Shutdown ( )

Variable Documentation

◆ render_system_type