-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area: correctnessWe're behaving incorrectlyWe're behaving incorrectlybackend: dx12Issues with DX12 or DXGIIssues with DX12 or DXGItype: bugSomething isn't workingSomething isn't working
Description
Discovered in #8610 (comment)
--- STDERR: wgpu-test::wgpu-gpu [Executed] [Dx12/Intel(R) UHD Graphics 770/3] wgpu_gpu::image_atomics::image_64_atomics ---
[2025-12-03T17:01:53Z ERROR wgpu::backend::wgpu_core] Shader translation error for stage ShaderStages(COMPUTE): The parameter is incorrect. (0x80070057)
[2025-12-03T17:01:53Z ERROR wgpu::backend::wgpu_core] Please report it to https://github.com/gfx-rs/wgpu
[2025-12-03T17:01:53Z ERROR wgpu::backend::wgpu_core] Handling wgpu errors as fatal by default
thread '<unnamed>' panicked at wgpu\src\backend\wgpu_core.rs:1534:26:
wgpu error: Validation Error
Caused by:
In Device::create_compute_pipeline, label = 'image atomics pipeline'
Internal error: The parameter is incorrect. (0x80070057)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[2025-12-03T17:01:53Z ERROR wgpu_test::expectations] Panic: wgpu error: Validation Error
Caused by:
In Device::create_compute_pipeline, label = 'image atomics pipeline'
Internal error: The parameter is incorrect. (0x80070057)
thread '<unnamed>' panicked at tests\src\run.rs:121:9:
tests\tests\wgpu-gpu\image_atomics\mod.rs:19:49: test "wgpu_gpu::image_atomics::image_64_atomics" did not behave as expected
Metadata
Metadata
Assignees
Labels
area: correctnessWe're behaving incorrectlyWe're behaving incorrectlybackend: dx12Issues with DX12 or DXGIIssues with DX12 or DXGItype: bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done