Initial pixels_per_point of 1.25 (monitor set to 125% in windows 10)

After moving window to monitor with pixels_per_point of 1.0 (monitor set to 100% in windows 10)

Looking at the texture in renderdoc. It appears that the texture content does not change when moved to the other monitor. In other Egui implementations it appears the texture content does change when moved. (If moved from the 1.25 monitor to the 1.0 monitor, other impls show the texture content shrinking respectively, though the texture extents remain the same)
Initial

pixels_per_pointof 1.25 (monitor set to 125% in windows 10)After moving window to monitor with

pixels_per_pointof 1.0 (monitor set to 100% in windows 10)Looking at the texture in renderdoc. It appears that the texture content does not change when moved to the other monitor. In other Egui implementations it appears the texture content does change when moved. (If moved from the 1.25 monitor to the 1.0 monitor, other impls show the texture content shrinking respectively, though the texture extents remain the same)