You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for the awesome up-to-date bindings. In ImPlot, files functions.125.cs and functions.126.cs it seems the generator didn't remove the project name from the names of items so a very common method like ImPlot::GetPlot() became ImPlot.ImPlotGetPlot() instead of ImPlot.GetPlot(). And all the other items in those files too. Thank you
The text was updated successfully, but these errors were encountered:
J8-8N
changed the title
Names repeat in some methods
Project name repeats in generated items names like: ImPlot.ImPlotGetPlot
Sep 15, 2024
Thank you! In ImPlot functions.124.cs line 1799 I think public static ImDrawList* GetPlotDrawList() should return ImDrawListPtr instead to suit how the Hexa.Net.ImGui does similar GetDrawList methods.
Fixed it, i will wait for your reply if there is anything else that catches your eye before releasing it, I don't want to annoy people by very frequent updates. And additionally you can just implicitly cast it to ImDrawListPtr when doing
Hello, thank you for the awesome up-to-date bindings. In ImPlot, files functions.125.cs and functions.126.cs it seems the generator didn't remove the project name from the names of items so a very common method like ImPlot::GetPlot() became ImPlot.ImPlotGetPlot() instead of ImPlot.GetPlot(). And all the other items in those files too. Thank you
The text was updated successfully, but these errors were encountered: