Skip to content

Window resizing weirdness with dx12 #1061

Closed
@Diggsey

Description

@Diggsey

On windows 10, I see this after I resize the window:
image

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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    external: driver-bugA driver is causing the bug, though we may still want to work around ittype: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions