Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dx12] Get test write_texture_subset to pass with dx12 #3072

Closed
nical opened this issue Oct 6, 2022 · 0 comments · Fixed by #4990
Closed

[dx12] Get test write_texture_subset to pass with dx12 #3072

nical opened this issue Oct 6, 2022 · 0 comments · Fixed by #4990
Labels
api: dx12 Issues with DX12 or DXGI

Comments

@nical
Copy link
Contributor

nical commented Oct 6, 2022

Description

In #3063 a test was added which appears to fail on dx12. The test creates a texture and uploads to a subset of the texture using queue.write_texture.

Repro steps

in wgpu/tests/write_texture.rs, replace

let parameters = TestParameters::default().backend_failure(wgpu::Backends::DX12);

with

let parameters = TestParameters::default();

and run the test on Windows suing the dx12 backend.

Platform

Windows

@nical nical changed the title Get test write_texture_subset to pass with dx12 [dx12] Get test write_texture_subset to pass with dx12 Oct 6, 2022
@teoxoy teoxoy added the api: dx12 Issues with DX12 or DXGI label Dec 5, 2022
@teoxoy teoxoy added this to the WebGPU Specification V1 milestone Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: dx12 Issues with DX12 or DXGI
Projects
None yet
2 participants