Valid after Render() and until the next call to NewFrame(). this is what you have to render.
()
| 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(); |
no test coverage detected