Window resizing weirdness with dx12 · Issue #1061 · gfx-rs/wgpu (original) (raw)
On windows 10, I see this after I resize the window:
The text is my terminal somehow showing through the window in front of it...
When I run the "hello" example, it prints:
AdapterInfo { name: "Intel(R) UHD Graphics 620", vendor: 32902, device: 22807, device_type: IntegratedGpu, backend: Vulkan }
If I move the window by dragging the titlebar, the issue fixes itself until I next resize.
I tested all the examples, and strangely the issue only happens on the cube example. This seems to be because the other examples default to using vulkan as the backend, but the cube example uses dx12 instead?
Furthermore, this issue does not occur if I manually change the backend to "dx11" or "vulkan".