ImGui.NET icon indicating copy to clipboard operation
ImGui.NET copied to clipboard

Incorrect type for size_t

Open CasualPokePlayer opened this issue 10 months ago • 1 comments

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).

CasualPokePlayer avatar Mar 05 '25 10:03 CasualPokePlayer

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?

ArneDoering avatar Jul 28 '25 14:07 ArneDoering