learn-wgpu
learn-wgpu copied to clipboard
Remove ScaleFactorChanged. MainEventsCleared no longer exists.
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