summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/compute/half-texture.slang.1.expected8
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/compute/half-texture.slang.1.expected b/tests/compute/half-texture.slang.1.expected
index 5d3f84e74..dc742a1ff 100644
--- a/tests/compute/half-texture.slang.1.expected
+++ b/tests/compute/half-texture.slang.1.expected
@@ -4,19 +4,15 @@ standard error = {
standard output = {
#pragma pack_matrix(column_major)
-#line 18 "tests/compute/half-texture.slang"
+#line 8 "tests/compute/half-texture.slang"
RWTexture2D<half > halfTexture_0 : register(u1);
-
-#line 30
RWTexture2D<vector<half,2> > halfTexture2_0 : register(u2);
-
-#line 31
RWTexture2D<vector<half,4> > halfTexture4_0 : register(u3);
-#line 40
+#line 5
RWStructuredBuffer<int > outputBuffer_0 : register(u0);