Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
drawing_list.cpp File Reference

Variables

std::map< std::string, Blam::DebugUI::ImGUIDrawingGroup * > drawlist
 The current ImGUI drawing list. More...
 

Variable Documentation

◆ drawlist

std::map<std::string, Blam::DebugUI::ImGUIDrawingGroup*> drawlist

The current ImGUI drawing list.

The key is the ID of the drawing group. The value is a pointer to the drawing group.