summaryrefslogtreecommitdiff
path: root/tests/compute/matrix-layout.hlsl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compute/matrix-layout.hlsl')
-rw-r--r--tests/compute/matrix-layout.hlsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/matrix-layout.hlsl b/tests/compute/matrix-layout.hlsl
index 034ac512c..64d863eb3 100644
--- a/tests/compute/matrix-layout.hlsl
+++ b/tests/compute/matrix-layout.hlsl
@@ -60,7 +60,7 @@ int test(int val)
return ((a*N + b) * N + c) * N + d;
}
-//TEST_INPUT:ubuffer(data=[0 0 0 0 0 0 0 0 0 0 0 0], stride=4):dxbinding(0),glbinding(2),out
+//TEST_INPUT:ubuffer(data=[0 0 0 0 0 0 0 0 0 0 0 0], stride=4):dxbinding(0),glbinding(2),out,name=buffer
RWStructuredBuffer<int> buffer;
[numthreads(12, 1, 1)]