Open
Description
When running Godot applications that use resized viewport for graphics, i expected the ImGui interface to display as normal, but didn't expect the interface to actually look pixelated instead.
When i look at the console, there's a error: imgui-godot: scale mode
viewport is unsupported
How do i use ImGui on resized viewports?