mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-13 14:38:36 +00:00
+ use linear filtering in both renderers. Nearest just won't work anymore if we have a non-integer scaling factor (which winit can give us on 1440p screens for example) + pass around FrameSize which has the necessary info with full f64 precision + extra care with conversions to/from f32 and u32 and rounding