harfang3d/doc/doc/ImGuiBeginFrame.md
2021-10-13 14:40:31 +02:00

226 B

Begin an ImGui frame. This function must be called once per frame before any other ImGui call.

When using multiple contexts, it must be called for each context you intend to use during the current frame.

See [ImGuiEndFrame].