From 9e3b0367cfd63f21a0519b61b6fd13e94dac1c51 Mon Sep 17 00:00:00 2001 From: Anders Leino Date: Tue, 15 Oct 2024 19:11:53 +0300 Subject: Enable WebGPU tests in CI (#5239) --- tests/compute/parameter-block.slang | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/compute/parameter-block.slang') diff --git a/tests/compute/parameter-block.slang b/tests/compute/parameter-block.slang index 2922f0813..7a67868ef 100644 --- a/tests/compute/parameter-block.slang +++ b/tests/compute/parameter-block.slang @@ -3,6 +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 // Ensure that Slang `ParameterBlock` type is lowered // to HLSL in the fashion that we expect. -- cgit v1.2.3