file
plugin.hppPlugin entry point.
Namespaces
- namespace cubos
- Cubos libraries namespace.
- namespace cubos::engine
- Engine module.
Functions
-
auto imguiPlugin(Cubos& cubos) -> CUBOS_
ENGINE_ API void - Plugin entry function.
Variables
-
CUBOS_
ENGINE_ API Tag imguiInitTag ImGui
is initialized, after windowInitTag.-
CUBOS_
ENGINE_ API Tag imguiBeginTag - The ImGui frame begins, after windowPollTag.
-
CUBOS_
ENGINE_ API Tag imguiEndTag - The ImGui frame ends and is rendered to the window's render target.
-
CUBOS_
ENGINE_ API Tag imguiTag - Tag to be used by all systems which call ImGui functions. Runs between imguiBeginTag and imguiEndTag.