nCine::ImGuiDrawing class

Handles ImGui drawing.

Constructors, destructors, conversion operators

ImGuiDrawing(bool withSceneGraph) explicit
~ImGuiDrawing()

Public functions

auto buildFonts() -> bool
Builds the ImGui font atlas and uploads it to a texture.
void newFrame()
void endFrame(RenderQueue& renderQueue)
Renders ImGui with render commands.
void endFrame()
Renders ImGui directly with OpenGL.