Skip to content

Commit

Permalink
Remove ErrorLogCallbackToDebugLog() from imgui_internal.h as there is…
Browse files Browse the repository at this point in the history
…n't a ErrorLogCallbackToDebugLogV() version for the bindings to call right now
  • Loading branch information
ShironekoBen committed Sep 27, 2024
1 parent a25c21d commit bb3bff3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dear_bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ def convert_header(
mod_remove_functions.apply(dom_root, ["ImQsort"])
# FIXME: Remove incorrectly parsed constructor due to "explicit" keyword.
mod_remove_functions.apply(dom_root, ["ImVec2ih::ImVec2ih"])
# Remove ErrorLogCallbackToDebugLog() from imgui_internal.h as there isn't a ErrorLogCallbackToDebugLogV() version for the bindings to call right now
mod_remove_functions.apply(dom_root, ["ImGui::ErrorLogCallbackToDebugLog"])
# Remove some templated functions from imgui_internal.h that we don't want and cause trouble
mod_remove_functions.apply(dom_root, ["ImGui::ScaleRatioFromValueT",
"ImGui::ScaleValueFromRatioT",
Expand Down

0 comments on commit bb3bff3

Please sign in to comment.