MCPcopy Create free account
hub / github.com/danielkrupinski/GOESP / DebugCheckVersionAndDataLayout

Method DebugCheckVersionAndDataLayout

GOESP/imgui/imgui.cpp:7076–7087  ·  view source on GitHub ↗

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 the user has inconsistent compilation settings, imgui configuration #define, packing pragma, etc. your user code may see different structures than what imgui.cpp sees, which is pro

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected