|
imgui-platform-kit 2.0.0
Cross-platform Dear ImGui application framework
|
Public entry point of the library; includes the platform-specific imgui_kit::UserInterface implementation. More...
#include "win32/win32_dx12_user_interface.h"Go to the source code of this file.
Public entry point of the library; includes the platform-specific imgui_kit::UserInterface implementation.
This is the only header an application needs to include. It dispatches at compile time to the backend for the target platform:
All backends expose the same public imgui_kit::UserInterface API (initialize(), render(), shutdown(), isShutdownRequested(), addWindow()).