learn-wgpu icon indicating copy to clipboard operation
learn-wgpu copied to clipboard

Remove ScaleFactorChanged. MainEventsCleared no longer exists.

Open AlexHayton opened this issue 1 year ago • 0 comments
trafficstars

ScaleFactorChanged

ScaleFactorChanged doesn't have the same signature. The default implementation as of winit "0.29" automatically resizes the window and triggers a Resized event on ScaleFactorChanged.

See https://docs.rs/winit/latest/winit/event/enum.WindowEvent.html#variant.ScaleFactorChanged

MainEventsCleared

MainEventsCleared has been replaced with AboutToWait.

https://github.com/rust-windowing/winit/pull/2976

AlexHayton avatar Jun 21 '24 15:06 AlexHayton