Start a new Dear ImGui frame, you can submit any command from this point until Render()/EndFrame().
()
| 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(); |
no test coverage detected