ImGui.NET
ImGui.NET copied to clipboard
Incorrect type for size_t
size_t should not map to uint. It should rather map to UIntPtr (64 bit on 64 bit machines, 32 bit on 32 bit machines).
I would agree on this. Is there a point in the source code where size_t is mapped to uint that you could reference in this issue?