All public logs
From GiderosMobile
Combined display of all available logs of GiderosMobile. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:39, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:endFrame (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Ends the ImGui frame. <syntaxhighlight lang="lua"> ImGui:endFrame() </syntaxhighlight> It is automatically called by render(). If you don't need to render data (skipping rendering) you may call endFrame() without render()... but you'll have wasted CPU already! If you don't need to render, better to not create any windows and not call newFrame() at all! === Example === <syntax...")