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
Resizing the window in wgpu/examples/hello-triangle works fine on my Windows NVIDIA machine but not on my M1 MacBook. It doesn't seem to refresh even though the WindowEvent::Resized arm is definitely getting hit in the event loop. Screenshot attached after widening the window. (no error messages).
The text was updated successfully, but these errors were encountered:
Resizing the window in
wgpu/examples/hello-triangle
works fine on my Windows NVIDIA machine but not on my M1 MacBook. It doesn't seem to refresh even though theWindowEvent::Resized
arm is definitely getting hit in the event loop. Screenshot attached after widening the window. (no error messages).The text was updated successfully, but these errors were encountered: