diff options
Diffstat (limited to 'tests/compute/interface-static-method.slang')
| -rw-r--r-- | tests/compute/interface-static-method.slang | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/compute/interface-static-method.slang b/tests/compute/interface-static-method.slang index 05224bdea..78168de1b 100644 --- a/tests/compute/interface-static-method.slang +++ b/tests/compute/interface-static-method.slang @@ -4,6 +4,7 @@ //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -dx12 -shaderobj //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj //TEST(compute):COMPARE_COMPUTE_EX:-cpu -compute -shaderobj +//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl interface IHideout { @@ -54,4 +55,4 @@ void computeMain(int3 dispatchThreadID : SV_DispatchThreadID) { int tid = dispatchThreadID.x; outputBuffer[tid] = test(tid); -}
\ No newline at end of file +} |
