From 2533125cb7c673b313195e1d8bc6066b253d95ae Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 6 Nov 2024 11:21:53 -0800 Subject: 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. --- tests/compute/parameter-block.slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/compute/parameter-block.slang') diff --git a/tests/compute/parameter-block.slang b/tests/compute/parameter-block.slang index 7a67868ef..1806d95a8 100644 --- a/tests/compute/parameter-block.slang +++ b/tests/compute/parameter-block.slang @@ -3,7 +3,7 @@ //TEST(compute):COMPARE_COMPUTE:-vk -shaderobj //TEST(compute):COMPARE_COMPUTE:-shaderobj //TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl -render-features argument-buffer-tier-2 -//DISABLE_TEST(compute):COMPARE_COMPUTE:-wgpu +//TEST(compute):COMPARE_COMPUTE:-wgpu // Ensure that Slang `ParameterBlock` type is lowered // to HLSL in the fashion that we expect. -- cgit v1.2.3