imgui-java
imgui-java copied to clipboard
Missing Bindings: ImDrawList::AddCallback
Version
1.84.1.1 and other
What part of the binding has gaps?
Dear ImGui
What is missing?
The method in C++ Dear IMGUI :
void ImDrawList::AddCallback(ImDrawCallback callback, void* callback_data){}
At https://github.com/maserg/imgui/blob/d3f4309491517a4412b6738063ded96f61fa020f/imgui_draw.cpp#L175
is missing! I cant find this Method(AddCallback) in all versions , Is there any other way to achieve the same function so that users can insert custom lwjgl or OpenGL processes (including 3d rendering) in the rendering process?
I also want to know