Home
last modified time | relevance | path

Searched refs:ImGuiOnceUponAFrame (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h109 struct ImGuiOnceUponAFrame; // Helper for running a block of code not more than once a fram…
1538 struct ImGuiOnceUponAFrame struct
1540 ImGuiOnceUponAFrame() { RefFrame = -1; } in ImGuiOnceUponAFrame() argument
1547 #define IMGUI_ONCE_UPON_A_FRAME static ImGuiOnceUponAFrame imgui_oaf; if (imgui_oaf) // OBSO…