diff options
| author | YONGH\yongh <yonghe@outlook.com> | 2017-10-25 20:13:45 -0400 |
|---|---|---|
| committer | YONGH\yongh <yonghe@outlook.com> | 2017-10-25 20:13:45 -0400 |
| commit | cb8369849a198ea330a0b82f805d6b4a00ebc50b (patch) | |
| tree | bd0558ed5f57d700fb45bc88fc43df39203f2c43 /tests | |
| parent | 52ceff4beee7cdc7d47eb9292a35e9f610a80bdc (diff) | |
test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/compute/textureSamplingTest.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/textureSamplingTest.slang b/tests/compute/textureSamplingTest.slang index c715ec89e..1aa267b89 100644 --- a/tests/compute/textureSamplingTest.slang +++ b/tests/compute/textureSamplingTest.slang @@ -1,4 +1,4 @@ -//TEST(smoke,compute):COMPARE_RENDER_COMPUTE: +//TEST(compute):COMPARE_RENDER_COMPUTE: //TEST_INPUT: Texture1D(size=4, content = one) : dxbinding(0),glbinding(0) //TEST_INPUT: Texture2D(size=4, content = one) : dxbinding(1),glbinding(1) //TEST_INPUT: Texture3D(size=4, content = one) : dxbinding(2),glbinding(2) |
