ImGuiBackend.ixx File
Abstract backend interface for ImGui integration with rendering/windowing systems. More...
Included Headers
#include "imgui.h"
Namespaces Index
| namespace | helios |
| namespace | ext |
|
Platform-specific extensions and backend implementations. More... | |
| 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::ext::imgui {
22 class ImGuiBackend {
26 ImGuiBackend() = default;
28 virtual ~ImGuiBackend() = default;
45 virtual void renderDrawData(ImDrawData* drawData) = 0;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.