Raven Engine v0.1
Loading...
Searching...
No Matches
ImGuiRenderer.h File Reference

Abstract interface for ImGui rendering integration within Raven Engine. More...

Classes

class  Raven::ImGuiRenderer
 Interface for ImGui rendering backend implementations. More...

Namespaces

namespace  Raven

Detailed Description

Abstract interface for ImGui rendering integration within Raven Engine.

Author
PhilikusHD

Defines the ImGuiRenderer class which encapsulates ImGui lifecycle management and rendering commands. Allows backend-specific implementations to handle ImGui frame preparation, submission, and cleanup.

Supports event blocking and deferred cleanup tasks.