class
#include <nCine/Graphics/ImGuiDrawing.h>
ImGuiDrawing 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.