You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: