MCPcopy Index your code
hub / github.com/SpaiR/imgui-java / render

Method render

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

Ends the Dear ImGui frame, finalize the draw data. You can then get call GetDrawData().

()

Source from the content-addressed store, hash-verified

268 * Ends the Dear ImGui frame, finalize the draw data. You can then get call GetDrawData().
269 */
270 public static void render() {
271 nRender();
272 }
273
274 private static native void nRender(); /*
275 ImGui::Render();

Callers 3

runFrameMethod · 0.95
endFrameMethod · 0.95
showMethod · 0.45

Calls 1

nRenderMethod · 0.95

Tested by

no test coverage detected