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.