You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the window is resized, it looks like the resize event is not actually emitted immediately, but put into a queue to be dealt with later. This causes issues trying to draw to winit windows: rust-windowing/glutin#1340 , gfx-rs/wgpu#1168 .
The text was updated successfully, but these errors were encountered:
LoganDark
changed the title
Resize event is not emitted immediately
Resize event is not emitted immediately/synchronously
Jan 24, 2021
When the window is resized, it looks like the resize event is not actually emitted immediately, but put into a queue to be dealt with later. This causes issues trying to draw to winit windows: rust-windowing/glutin#1340 , gfx-rs/wgpu#1168 .
The text was updated successfully, but these errors were encountered: