diff options
| author | Yong He <yonghe@outlook.com> | 2024-11-06 11:21:53 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-06 11:21:53 -0800 |
| commit | 2533125cb7c673b313195e1d8bc6066b253d95ae (patch) | |
| tree | 480193df48d9c5895e976ba929163ed47f82176c /tests/compute/kernel-context-threading.slang | |
| parent | b86703432629bbfd75a902671d15e40c591065a7 (diff) | |
Fix WGSL parameter block binding. (#5500)
* Fix WGSL parameter block binding.
* Re-enable tests.
* Update failure list.
* Fix entrypoint parameters.
* Update tests.
* Enable stat-var test.
Diffstat (limited to 'tests/compute/kernel-context-threading.slang')
| -rw-r--r-- | tests/compute/kernel-context-threading.slang | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/compute/kernel-context-threading.slang b/tests/compute/kernel-context-threading.slang index 8951d38be..5cfb171a3 100644 --- a/tests/compute/kernel-context-threading.slang +++ b/tests/compute/kernel-context-threading.slang @@ -10,7 +10,6 @@ //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -output-using-type -xslang -matrix-layout-row-major -shaderobj //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -output-using-type -dx12 -xslang -matrix-layout-row-major -shaderobj //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -output-using-type -xslang -matrix-layout-row-major -shaderobj -//DISABLE_TEST(compute):COMPARE_COMPUTE:-wgpu //TEST_INPUT:cbuffer(data=[1.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 1.0 0.0 10.0 20.0 30.0 1.0]):name matrixBuffer ConstantBuffer<float4x4> matrixBuffer; |
