cohaereo/egui_glfw_gl

Scaling does not work

Opened this issue · 0 comments

Try the example with native_pixels_per_point= 2.0
The mouse input scales, but the graphics and the window does not.

I tried setting glfw.window_hint(glfw::WindowHint::ScaleToMonitor(true));. But it only extended the window size leaving the content unscaled.