diff options
Diffstat (limited to 'tests/pipeline')
| -rw-r--r-- | tests/pipeline/compute/compute-system-values.slang | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/pipeline/compute/compute-system-values.slang b/tests/pipeline/compute/compute-system-values.slang index a71bc0651..f7aef06ff 100644 --- a/tests/pipeline/compute/compute-system-values.slang +++ b/tests/pipeline/compute/compute-system-values.slang @@ -2,6 +2,7 @@ //TEST(compute):COMPARE_COMPUTE: -shaderobj //TEST(compute):COMPARE_COMPUTE: -cpu -shaderobj +//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl //TEST_INPUT:ubuffer(data=[0 0 0 0 0 0 0 0], stride=4):out,name=outputBuffer RWStructuredBuffer<int> outputBuffer; @@ -25,4 +26,4 @@ void computeMain( value = value*16 + int(dispatchThreadID.y); outputBuffer[tid] = value; -}
\ No newline at end of file +} |
