summaryrefslogtreecommitdiffstats
path: root/tests/compute/rewriter-parameter-block-complex.hlsl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compute/rewriter-parameter-block-complex.hlsl')
-rw-r--r--tests/compute/rewriter-parameter-block-complex.hlsl10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/compute/rewriter-parameter-block-complex.hlsl b/tests/compute/rewriter-parameter-block-complex.hlsl
index 48f0ebb0b..efcf89b24 100644
--- a/tests/compute/rewriter-parameter-block-complex.hlsl
+++ b/tests/compute/rewriter-parameter-block-complex.hlsl
@@ -1,12 +1,12 @@
//TEST(compute):COMPARE_COMPUTE:
-//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out
+//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out
-//TEST_INPUT:cbuffer(data=[256]):dxbinding(0),glbinding(0)
-//TEST_INPUT:ubuffer(data=[0 1 2 3], stride=4):dxbinding(1),glbinding(1)
+//TEST_INPUT:cbuffer(data=[256]):
+//TEST_INPUT:ubuffer(data=[0 1 2 3], stride=4):
-//TEST_INPUT:cbuffer(data=[4096]):dxbinding(1),glbinding(1)
-//TEST_INPUT:ubuffer(data=[16 32 48 64], stride=4):dxbinding(2),glbinding(2)
+//TEST_INPUT:cbuffer(data=[4096]):
+//TEST_INPUT:ubuffer(data=[16 32 48 64], stride=4):
// Test that we can declare a `ParameterBlock<...>` type as a shader
// parameter (potentially nested inside a `cbuffer`) and use it in