Searched refs:RefFrame (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1540 ImGuiOnceUponAFrame() { RefFrame = -1; }
1541 mutable int RefFrame; member in struct:ImGuiOnceUponAFrame
1542 operator bool() const { int current_frame = ImGui::GetFrameCount(); if (RefFrame == current_frame) return false; RefFrame = current_frame; return true; }
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1540 ImGuiOnceUponAFrame() { RefFrame = -1; }
1541 mutable int RefFrame; member in struct:ImGuiOnceUponAFrame
1542 operator bool() const { int current_frame = ImGui::GetFrameCount(); if (RefFrame == current_frame) return false; RefFrame = current_frame; return true; }

Completed in 17 milliseconds