diff options
Diffstat (limited to 'tests/compute/global-type-param1.slang')
| -rw-r--r-- | tests/compute/global-type-param1.slang | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/compute/global-type-param1.slang b/tests/compute/global-type-param1.slang index f33be8ec7..5362af5e0 100644 --- a/tests/compute/global-type-param1.slang +++ b/tests/compute/global-type-param1.slang @@ -1,11 +1,11 @@ //TEST(smoke,compute):COMPARE_COMPUTE: -//TEST_INPUT: cbuffer(data=[0.5 0 0 0 1.0], stride=4):dxbinding(0),glbinding(0) -//TEST_INPUT: cbuffer(data=[1.0], stride=4):dxbinding(1),glbinding(1) -//TEST_INPUT: Texture2D(size=4, content = zero) : dxbinding(0),glbinding(0) -//TEST_INPUT: Texture2D(size=4, content = one) : dxbinding(1),glbinding(1) -//TEST_INPUT: Sampler : dxbinding(0),glbinding(0,1,2,3,4,5,6) -//TEST_INPUT: Sampler : dxbinding(1),glbinding(0,1,2,3,4,5,6) -//TEST_INPUT: ubuffer(data=[0], stride=4):dxbinding(0),glbinding(0),out +//TEST_INPUT: cbuffer(data=[0.5 0 0 0 1.0], stride=4): +//TEST_INPUT: cbuffer(data=[1.0], stride=4): +//TEST_INPUT: Texture2D(size=4, content = zero): +//TEST_INPUT: Texture2D(size=4, content = one): +//TEST_INPUT: Sampler: +//TEST_INPUT: Sampler: +//TEST_INPUT: ubuffer(data=[0], stride=4):out //TEST_INPUT: type Impl RWStructuredBuffer<float> outputBuffer; |
