Helper function to verify ABI compatibility between caller code and compiled version of Dear ImGui. Verify that the type sizes are matching between the calling file's compilation unit and imgui.cpp's compilation unit If this triggers you have an issue: - Most commonly: mismatched headers and compiled code version. - Or: mismatched configuration #define, compilation settings, packing pragma etc. Th
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected