-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
external: driver-bugA driver is causing the bug, though we may still want to work around itA driver is causing the bug, though we may still want to work around ittype: bugSomething isn't workingSomething isn't working
Description
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".
kvark and grovesNL
Metadata
Metadata
Assignees
Labels
external: driver-bugA driver is causing the bug, though we may still want to work around itA driver is causing the bug, though we may still want to work around ittype: bugSomething isn't workingSomething isn't working