summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2017-01-30 20:48:56 +0000
committerCsaba Hruska <csaba.hruska@gmail.com>2017-01-30 20:48:56 +0000
commit29a061e57f20cbad37e7a6b8a572b70e0666fb01 (patch)
tree3d9e94378303d35a61dcb722bb16e7a70303d0f0
parent5295259c77f4fc719399f4ca5744382790464cc7 (diff)
update test out files
-rw-r--r--testdata/editor-examples/Heartbeat.out8
-rw-r--r--testdata/editor-examples/RecLC.out16
-rw-r--r--testdata/editor-examples/RecursiveTexture.out40
-rw-r--r--testdata/recursivetexture02.out40
-rw-r--r--testdata/texture02.out8
5 files changed, 56 insertions, 56 deletions
diff --git a/testdata/editor-examples/Heartbeat.out b/testdata/editor-examples/Heartbeat.out
index 15e6f3a6..d862b045 100644
--- a/testdata/editor-examples/Heartbeat.out
+++ b/testdata/editor-examples/Heartbeat.out
@@ -8,8 +8,8 @@ Pipeline
8 , textureSemantic = Depth 8 , textureSemantic = Depth
9 , textureSampler = 9 , textureSampler =
10 SamplerDescriptor 10 SamplerDescriptor
11 { samplerWrapS = Repeat 11 { samplerWrapS = MirroredRepeat
12 , samplerWrapT = Nothing 12 , samplerWrapT = Just MirroredRepeat
13 , samplerWrapR = Nothing 13 , samplerWrapR = Nothing
14 , samplerMinFilter = Linear 14 , samplerMinFilter = Linear
15 , samplerMagFilter = Linear 15 , samplerMagFilter = Linear
@@ -28,8 +28,8 @@ Pipeline
28 , textureSemantic = Color 28 , textureSemantic = Color
29 , textureSampler = 29 , textureSampler =
30 SamplerDescriptor 30 SamplerDescriptor
31 { samplerWrapS = Repeat 31 { samplerWrapS = MirroredRepeat
32 , samplerWrapT = Nothing 32 , samplerWrapT = Just MirroredRepeat
33 , samplerWrapR = Nothing 33 , samplerWrapR = Nothing
34 , samplerMinFilter = Linear 34 , samplerMinFilter = Linear
35 , samplerMagFilter = Linear 35 , samplerMagFilter = Linear
diff --git a/testdata/editor-examples/RecLC.out b/testdata/editor-examples/RecLC.out
index 9538a2d6..5e11d884 100644
--- a/testdata/editor-examples/RecLC.out
+++ b/testdata/editor-examples/RecLC.out
@@ -8,8 +8,8 @@ Pipeline
8 , textureSemantic = Depth 8 , textureSemantic = Depth
9 , textureSampler = 9 , textureSampler =
10 SamplerDescriptor 10 SamplerDescriptor
11 { samplerWrapS = Repeat 11 { samplerWrapS = MirroredRepeat
12 , samplerWrapT = Nothing 12 , samplerWrapT = Just MirroredRepeat
13 , samplerWrapR = Nothing 13 , samplerWrapR = Nothing
14 , samplerMinFilter = Linear 14 , samplerMinFilter = Linear
15 , samplerMagFilter = Linear 15 , samplerMagFilter = Linear
@@ -28,8 +28,8 @@ Pipeline
28 , textureSemantic = Color 28 , textureSemantic = Color
29 , textureSampler = 29 , textureSampler =
30 SamplerDescriptor 30 SamplerDescriptor
31 { samplerWrapS = Repeat 31 { samplerWrapS = MirroredRepeat
32 , samplerWrapT = Nothing 32 , samplerWrapT = Just MirroredRepeat
33 , samplerWrapR = Nothing 33 , samplerWrapR = Nothing
34 , samplerMinFilter = Linear 34 , samplerMinFilter = Linear
35 , samplerMagFilter = Linear 35 , samplerMagFilter = Linear
@@ -48,8 +48,8 @@ Pipeline
48 , textureSemantic = Depth 48 , textureSemantic = Depth
49 , textureSampler = 49 , textureSampler =
50 SamplerDescriptor 50 SamplerDescriptor
51 { samplerWrapS = Repeat 51 { samplerWrapS = MirroredRepeat
52 , samplerWrapT = Nothing 52 , samplerWrapT = Just MirroredRepeat
53 , samplerWrapR = Nothing 53 , samplerWrapR = Nothing
54 , samplerMinFilter = Linear 54 , samplerMinFilter = Linear
55 , samplerMagFilter = Linear 55 , samplerMagFilter = Linear
@@ -68,8 +68,8 @@ Pipeline
68 , textureSemantic = Color 68 , textureSemantic = Color
69 , textureSampler = 69 , textureSampler =
70 SamplerDescriptor 70 SamplerDescriptor
71 { samplerWrapS = Repeat 71 { samplerWrapS = MirroredRepeat
72 , samplerWrapT = Nothing 72 , samplerWrapT = Just MirroredRepeat
73 , samplerWrapR = Nothing 73 , samplerWrapR = Nothing
74 , samplerMinFilter = Linear 74 , samplerMinFilter = Linear
75 , samplerMagFilter = Linear 75 , samplerMagFilter = Linear
diff --git a/testdata/editor-examples/RecursiveTexture.out b/testdata/editor-examples/RecursiveTexture.out
index bf6dbeb1..8cff8b58 100644
--- a/testdata/editor-examples/RecursiveTexture.out
+++ b/testdata/editor-examples/RecursiveTexture.out
@@ -8,8 +8,8 @@ Pipeline
8 , textureSemantic = Depth 8 , textureSemantic = Depth
9 , textureSampler = 9 , textureSampler =
10 SamplerDescriptor 10 SamplerDescriptor
11 { samplerWrapS = Repeat 11 { samplerWrapS = MirroredRepeat
12 , samplerWrapT = Nothing 12 , samplerWrapT = Just MirroredRepeat
13 , samplerWrapR = Nothing 13 , samplerWrapR = Nothing
14 , samplerMinFilter = Linear 14 , samplerMinFilter = Linear
15 , samplerMagFilter = Linear 15 , samplerMagFilter = Linear
@@ -28,8 +28,8 @@ Pipeline
28 , textureSemantic = Color 28 , textureSemantic = Color
29 , textureSampler = 29 , textureSampler =
30 SamplerDescriptor 30 SamplerDescriptor
31 { samplerWrapS = Repeat 31 { samplerWrapS = MirroredRepeat
32 , samplerWrapT = Nothing 32 , samplerWrapT = Just MirroredRepeat
33 , samplerWrapR = Nothing 33 , samplerWrapR = Nothing
34 , samplerMinFilter = Linear 34 , samplerMinFilter = Linear
35 , samplerMagFilter = Linear 35 , samplerMagFilter = Linear
@@ -48,8 +48,8 @@ Pipeline
48 , textureSemantic = Depth 48 , textureSemantic = Depth
49 , textureSampler = 49 , textureSampler =
50 SamplerDescriptor 50 SamplerDescriptor
51 { samplerWrapS = Repeat 51 { samplerWrapS = MirroredRepeat
52 , samplerWrapT = Nothing 52 , samplerWrapT = Just MirroredRepeat
53 , samplerWrapR = Nothing 53 , samplerWrapR = Nothing
54 , samplerMinFilter = Linear 54 , samplerMinFilter = Linear
55 , samplerMagFilter = Linear 55 , samplerMagFilter = Linear
@@ -68,8 +68,8 @@ Pipeline
68 , textureSemantic = Color 68 , textureSemantic = Color
69 , textureSampler = 69 , textureSampler =
70 SamplerDescriptor 70 SamplerDescriptor
71 { samplerWrapS = Repeat 71 { samplerWrapS = MirroredRepeat
72 , samplerWrapT = Nothing 72 , samplerWrapT = Just MirroredRepeat
73 , samplerWrapR = Nothing 73 , samplerWrapR = Nothing
74 , samplerMinFilter = Linear 74 , samplerMinFilter = Linear
75 , samplerMagFilter = Linear 75 , samplerMagFilter = Linear
@@ -88,8 +88,8 @@ Pipeline
88 , textureSemantic = Depth 88 , textureSemantic = Depth
89 , textureSampler = 89 , textureSampler =
90 SamplerDescriptor 90 SamplerDescriptor
91 { samplerWrapS = Repeat 91 { samplerWrapS = MirroredRepeat
92 , samplerWrapT = Nothing 92 , samplerWrapT = Just MirroredRepeat
93 , samplerWrapR = Nothing 93 , samplerWrapR = Nothing
94 , samplerMinFilter = Linear 94 , samplerMinFilter = Linear
95 , samplerMagFilter = Linear 95 , samplerMagFilter = Linear
@@ -108,8 +108,8 @@ Pipeline
108 , textureSemantic = Color 108 , textureSemantic = Color
109 , textureSampler = 109 , textureSampler =
110 SamplerDescriptor 110 SamplerDescriptor
111 { samplerWrapS = Repeat 111 { samplerWrapS = MirroredRepeat
112 , samplerWrapT = Nothing 112 , samplerWrapT = Just MirroredRepeat
113 , samplerWrapR = Nothing 113 , samplerWrapR = Nothing
114 , samplerMinFilter = Linear 114 , samplerMinFilter = Linear
115 , samplerMagFilter = Linear 115 , samplerMagFilter = Linear
@@ -128,8 +128,8 @@ Pipeline
128 , textureSemantic = Depth 128 , textureSemantic = Depth
129 , textureSampler = 129 , textureSampler =
130 SamplerDescriptor 130 SamplerDescriptor
131 { samplerWrapS = Repeat 131 { samplerWrapS = MirroredRepeat
132 , samplerWrapT = Nothing 132 , samplerWrapT = Just MirroredRepeat
133 , samplerWrapR = Nothing 133 , samplerWrapR = Nothing
134 , samplerMinFilter = Linear 134 , samplerMinFilter = Linear
135 , samplerMagFilter = Linear 135 , samplerMagFilter = Linear
@@ -148,8 +148,8 @@ Pipeline
148 , textureSemantic = Color 148 , textureSemantic = Color
149 , textureSampler = 149 , textureSampler =
150 SamplerDescriptor 150 SamplerDescriptor
151 { samplerWrapS = Repeat 151 { samplerWrapS = MirroredRepeat
152 , samplerWrapT = Nothing 152 , samplerWrapT = Just MirroredRepeat
153 , samplerWrapR = Nothing 153 , samplerWrapR = Nothing
154 , samplerMinFilter = Linear 154 , samplerMinFilter = Linear
155 , samplerMagFilter = Linear 155 , samplerMagFilter = Linear
@@ -168,8 +168,8 @@ Pipeline
168 , textureSemantic = Depth 168 , textureSemantic = Depth
169 , textureSampler = 169 , textureSampler =
170 SamplerDescriptor 170 SamplerDescriptor
171 { samplerWrapS = Repeat 171 { samplerWrapS = MirroredRepeat
172 , samplerWrapT = Nothing 172 , samplerWrapT = Just MirroredRepeat
173 , samplerWrapR = Nothing 173 , samplerWrapR = Nothing
174 , samplerMinFilter = Linear 174 , samplerMinFilter = Linear
175 , samplerMagFilter = Linear 175 , samplerMagFilter = Linear
@@ -188,8 +188,8 @@ Pipeline
188 , textureSemantic = Color 188 , textureSemantic = Color
189 , textureSampler = 189 , textureSampler =
190 SamplerDescriptor 190 SamplerDescriptor
191 { samplerWrapS = Repeat 191 { samplerWrapS = MirroredRepeat
192 , samplerWrapT = Nothing 192 , samplerWrapT = Just MirroredRepeat
193 , samplerWrapR = Nothing 193 , samplerWrapR = Nothing
194 , samplerMinFilter = Linear 194 , samplerMinFilter = Linear
195 , samplerMagFilter = Linear 195 , samplerMagFilter = Linear
diff --git a/testdata/recursivetexture02.out b/testdata/recursivetexture02.out
index f97f8db4..fae17f29 100644
--- a/testdata/recursivetexture02.out
+++ b/testdata/recursivetexture02.out
@@ -8,8 +8,8 @@ Pipeline
8 , textureSemantic = Depth 8 , textureSemantic = Depth
9 , textureSampler = 9 , textureSampler =
10 SamplerDescriptor 10 SamplerDescriptor
11 { samplerWrapS = Repeat 11 { samplerWrapS = MirroredRepeat
12 , samplerWrapT = Nothing 12 , samplerWrapT = Just MirroredRepeat
13 , samplerWrapR = Nothing 13 , samplerWrapR = Nothing
14 , samplerMinFilter = Linear 14 , samplerMinFilter = Linear
15 , samplerMagFilter = Linear 15 , samplerMagFilter = Linear
@@ -28,8 +28,8 @@ Pipeline
28 , textureSemantic = Color 28 , textureSemantic = Color
29 , textureSampler = 29 , textureSampler =
30 SamplerDescriptor 30 SamplerDescriptor
31 { samplerWrapS = Repeat 31 { samplerWrapS = MirroredRepeat
32 , samplerWrapT = Nothing 32 , samplerWrapT = Just MirroredRepeat
33 , samplerWrapR = Nothing 33 , samplerWrapR = Nothing
34 , samplerMinFilter = Linear 34 , samplerMinFilter = Linear
35 , samplerMagFilter = Linear 35 , samplerMagFilter = Linear
@@ -48,8 +48,8 @@ Pipeline
48 , textureSemantic = Depth 48 , textureSemantic = Depth
49 , textureSampler = 49 , textureSampler =
50 SamplerDescriptor 50 SamplerDescriptor
51 { samplerWrapS = Repeat 51 { samplerWrapS = MirroredRepeat
52 , samplerWrapT = Nothing 52 , samplerWrapT = Just MirroredRepeat
53 , samplerWrapR = Nothing 53 , samplerWrapR = Nothing
54 , samplerMinFilter = Linear 54 , samplerMinFilter = Linear
55 , samplerMagFilter = Linear 55 , samplerMagFilter = Linear
@@ -68,8 +68,8 @@ Pipeline
68 , textureSemantic = Color 68 , textureSemantic = Color
69 , textureSampler = 69 , textureSampler =
70 SamplerDescriptor 70 SamplerDescriptor
71 { samplerWrapS = Repeat 71 { samplerWrapS = MirroredRepeat
72 , samplerWrapT = Nothing 72 , samplerWrapT = Just MirroredRepeat
73 , samplerWrapR = Nothing 73 , samplerWrapR = Nothing
74 , samplerMinFilter = Linear 74 , samplerMinFilter = Linear
75 , samplerMagFilter = Linear 75 , samplerMagFilter = Linear
@@ -88,8 +88,8 @@ Pipeline
88 , textureSemantic = Depth 88 , textureSemantic = Depth
89 , textureSampler = 89 , textureSampler =
90 SamplerDescriptor 90 SamplerDescriptor
91 { samplerWrapS = Repeat 91 { samplerWrapS = MirroredRepeat
92 , samplerWrapT = Nothing 92 , samplerWrapT = Just MirroredRepeat
93 , samplerWrapR = Nothing 93 , samplerWrapR = Nothing
94 , samplerMinFilter = Linear 94 , samplerMinFilter = Linear
95 , samplerMagFilter = Linear 95 , samplerMagFilter = Linear
@@ -108,8 +108,8 @@ Pipeline
108 , textureSemantic = Color 108 , textureSemantic = Color
109 , textureSampler = 109 , textureSampler =
110 SamplerDescriptor 110 SamplerDescriptor
111 { samplerWrapS = Repeat 111 { samplerWrapS = MirroredRepeat
112 , samplerWrapT = Nothing 112 , samplerWrapT = Just MirroredRepeat
113 , samplerWrapR = Nothing 113 , samplerWrapR = Nothing
114 , samplerMinFilter = Linear 114 , samplerMinFilter = Linear
115 , samplerMagFilter = Linear 115 , samplerMagFilter = Linear
@@ -128,8 +128,8 @@ Pipeline
128 , textureSemantic = Depth 128 , textureSemantic = Depth
129 , textureSampler = 129 , textureSampler =
130 SamplerDescriptor 130 SamplerDescriptor
131 { samplerWrapS = Repeat 131 { samplerWrapS = MirroredRepeat
132 , samplerWrapT = Nothing 132 , samplerWrapT = Just MirroredRepeat
133 , samplerWrapR = Nothing 133 , samplerWrapR = Nothing
134 , samplerMinFilter = Linear 134 , samplerMinFilter = Linear
135 , samplerMagFilter = Linear 135 , samplerMagFilter = Linear
@@ -148,8 +148,8 @@ Pipeline
148 , textureSemantic = Color 148 , textureSemantic = Color
149 , textureSampler = 149 , textureSampler =
150 SamplerDescriptor 150 SamplerDescriptor
151 { samplerWrapS = Repeat 151 { samplerWrapS = MirroredRepeat
152 , samplerWrapT = Nothing 152 , samplerWrapT = Just MirroredRepeat
153 , samplerWrapR = Nothing 153 , samplerWrapR = Nothing
154 , samplerMinFilter = Linear 154 , samplerMinFilter = Linear
155 , samplerMagFilter = Linear 155 , samplerMagFilter = Linear
@@ -168,8 +168,8 @@ Pipeline
168 , textureSemantic = Depth 168 , textureSemantic = Depth
169 , textureSampler = 169 , textureSampler =
170 SamplerDescriptor 170 SamplerDescriptor
171 { samplerWrapS = Repeat 171 { samplerWrapS = MirroredRepeat
172 , samplerWrapT = Nothing 172 , samplerWrapT = Just MirroredRepeat
173 , samplerWrapR = Nothing 173 , samplerWrapR = Nothing
174 , samplerMinFilter = Linear 174 , samplerMinFilter = Linear
175 , samplerMagFilter = Linear 175 , samplerMagFilter = Linear
@@ -188,8 +188,8 @@ Pipeline
188 , textureSemantic = Color 188 , textureSemantic = Color
189 , textureSampler = 189 , textureSampler =
190 SamplerDescriptor 190 SamplerDescriptor
191 { samplerWrapS = Repeat 191 { samplerWrapS = MirroredRepeat
192 , samplerWrapT = Nothing 192 , samplerWrapT = Just MirroredRepeat
193 , samplerWrapR = Nothing 193 , samplerWrapR = Nothing
194 , samplerMinFilter = Linear 194 , samplerMinFilter = Linear
195 , samplerMagFilter = Linear 195 , samplerMagFilter = Linear
diff --git a/testdata/texture02.out b/testdata/texture02.out
index b0d8155b..7adfdcff 100644
--- a/testdata/texture02.out
+++ b/testdata/texture02.out
@@ -8,8 +8,8 @@ Pipeline
8 , textureSemantic = Depth 8 , textureSemantic = Depth
9 , textureSampler = 9 , textureSampler =
10 SamplerDescriptor 10 SamplerDescriptor
11 { samplerWrapS = Repeat 11 { samplerWrapS = MirroredRepeat
12 , samplerWrapT = Nothing 12 , samplerWrapT = Just MirroredRepeat
13 , samplerWrapR = Nothing 13 , samplerWrapR = Nothing
14 , samplerMinFilter = Linear 14 , samplerMinFilter = Linear
15 , samplerMagFilter = Linear 15 , samplerMagFilter = Linear
@@ -28,8 +28,8 @@ Pipeline
28 , textureSemantic = Color 28 , textureSemantic = Color
29 , textureSampler = 29 , textureSampler =
30 SamplerDescriptor 30 SamplerDescriptor
31 { samplerWrapS = Repeat 31 { samplerWrapS = MirroredRepeat
32 , samplerWrapT = Nothing 32 , samplerWrapT = Just MirroredRepeat
33 , samplerWrapR = Nothing 33 , samplerWrapR = Nothing
34 , samplerMinFilter = Linear 34 , samplerMinFilter = Linear
35 , samplerMagFilter = Linear 35 , samplerMagFilter = Linear