engine/imgui/plugin.hpp file

Plugin 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.