diff options
Diffstat (limited to 'tests/compute/texture-simple.slang')
| -rw-r--r-- | tests/compute/texture-simple.slang | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/compute/texture-simple.slang b/tests/compute/texture-simple.slang index efa83edfb..c319d9d29 100644 --- a/tests/compute/texture-simple.slang +++ b/tests/compute/texture-simple.slang @@ -9,6 +9,8 @@ //DISABLE_TEST_INPUT: Texture1D(format=R_Float32, size=4, content = one, mipMaps=1):name tLoad1D //Texture1D<float> tLoad1D; +//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -wgpu + //TEST_INPUT: Texture1D(size=4, content = one):name t1D Texture1D<float> t1D; //TEST_INPUT: Texture2D(size=4, content = one):name t2D |
