Window resizing weirdness with dx12 #1061
Labels
external: driver-bug
A driver is causing the bug, though we may still want to work around it
type: bug
Something isn't working
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:
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".
The text was updated successfully, but these errors were encountered: