Ends the Dear ImGui frame, finalize the draw data. You can then get call GetDrawData().
()
| 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(); |