ImGuiBackend.ixx File
Abstract backend interface for ImGui integration with rendering/windowing systems. More...
Included Headers
#include "imgui.h"
Namespaces Index
| namespace | helios |
| namespace | imgui |
Classes Index
| class | ImGuiBackend |
|
Platform-agnostic interface for ImGui backend implementations. More... | |
Description
Abstract backend interface for ImGui integration with rendering/windowing systems.
File Listing
The file content with the documentation metadata removed is:
13export namespace helios::imgui {
22 class ImGuiBackend {
29 ImGuiBackend() = default;
34 virtual ~ImGuiBackend() = default;
54 virtual void renderDrawData(ImDrawData* drawData) = 0;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.