We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
queue.write_texture
Repro steps
in wgpu/tests/write_texture.rs, replace
wgpu/tests/write_texture.rs
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
The text was updated successfully, but these errors were encountered:
Queue::write_texture
write_texture_subset_2d_mips
Successfully merging a pull request may close this issue.
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
, replacewith
and run the test on Windows suing the dx12 backend.
Platform
Windows
The text was updated successfully, but these errors were encountered: