-
Notifications
You must be signed in to change notification settings - Fork 332
Open
Description
I am getting Assert errors running ImGui.Net on Windows on ARM-64. The exact same app works fine on Windows on x64. It seems to be occuring on this line: ImGui.SetNextWindowSize(new Vector2(sizeX, sizeY), ImGuiCond.Always);
If I comment out this line, I then get an assert on: ImGui.SetNextWindowPos(new Vector2(50, 50));
neither of these lines generate an assert when running the same code (and same ImGui.Net versions) on x64.
I am attaching a screenshot of the assert.
Aragas and reflectronic
Metadata
Metadata
Assignees
Labels
No labels