MCPcopy Create free account
hub / github.com/SpaiR/imgui-java / startFrame

Method startFrame

imgui-app/src/main/java/imgui/app/WindowGlfw.java:175–180  ·  view source on GitHub ↗

Method called at the beginning of the main cycle. It clears OpenGL buffer and starts an ImGui frame.

()

Source from the content-addressed store, hash-verified

173 * It clears OpenGL buffer and starts an ImGui frame.
174 */
175 protected void startFrame() {
176 clearBuffer();
177 imGuiGl3.newFrame();
178 imGuiGlfw.newFrame();
179 ImGui.newFrame();
180 }
181
182 /**
183 * Method called in the end of the main cycle.

Callers 1

runFrameMethod · 0.95

Calls 2

clearBufferMethod · 0.95
newFrameMethod · 0.95

Tested by

no test coverage detected