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

Method newFrame

imgui-binding/src/generated/java/imgui/ImGui.java:247–249  ·  view source on GitHub ↗

Start a new Dear ImGui frame, you can submit any command from this point until Render()/EndFrame().

()

Source from the content-addressed store, hash-verified

245 * Start a new Dear ImGui frame, you can submit any command from this point until Render()/EndFrame().
246 */
247 public static void newFrame() {
248 nNewFrame();
249 }
250
251 private static native void nNewFrame(); /*
252 ImGui::NewFrame();

Callers 2

runFrameMethod · 0.95
startFrameMethod · 0.95

Calls 1

nNewFrameMethod · 0.95

Tested by

no test coverage detected