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

Method getDrawData

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

Valid after Render() and until the next call to NewFrame(). this is what you have to render.

()

Source from the content-addressed store, hash-verified

281 * Valid after Render() and until the next call to NewFrame(). this is what you have to render.
282 */
283 public static ImDrawData getDrawData() {
284 _GETDRAWDATA_1.ptr = nGetDrawData();
285 return _GETDRAWDATA_1;
286 }
287
288 private static native long nGetDrawData(); /*
289 return (uintptr_t)ImGui::GetDrawData();

Callers 3

runFrameMethod · 0.95
endFrameMethod · 0.95
acceptMethod · 0.45

Calls 1

nGetDrawDataMethod · 0.95

Tested by

no test coverage detected