-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
area: wsiIssues with swapchain management or windowingIssues with swapchain management or windowingbackend: metalIssues with MetalIssues with Metalplatform: macosIssues with integration with macosIssues with integration with macostype: enhancementNew feature or requestNew feature or request
Description
Description
When resizing the window, the wpgu surface does not keep up with the size of the window. This is possibly a problem with winit instead.
Repro steps
Run any example in the wgpu/examples folder
Expected vs observed behavior
I expect the surface to resize exactly to the current window dimensions:
Screen.Recording.2023-05-07.at.1.11.19.PM.mov
But instead the surface lags behind the current window size:
Screen.Recording.2023-05-07.at.1.09.50.PM.mov
Platform
This is running on MacOS Ventura (Metal). Using wgpu on v0.16 git
I've not tested on Windows or Linux.
Metadata
Metadata
Assignees
Labels
area: wsiIssues with swapchain management or windowingIssues with swapchain management or windowingbackend: metalIssues with MetalIssues with Metalplatform: macosIssues with integration with macosIssues with integration with macostype: enhancementNew feature or requestNew feature or request