summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-11-30 11:27:53 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-11-30 11:27:53 +0100
commit9fd5b91592fc7dd14831b09ea2adc99a7094b48d (patch)
tree3ca6da4dcbb88d39d4295b3c49fa6ec824f9ab6e
parent5275180490e83ccbf435b3d736266651b5008f4e (diff)
update test pipeline results
-rw-r--r--testdata/Graphics.out2
-rw-r--r--testdata/HyperbolicParaboloic.out2
-rw-r--r--testdata/Hyperboloid.out2
-rw-r--r--testdata/NewStyle.out2
-rw-r--r--testdata/PrimReduce.out2
-rw-r--r--testdata/Spiral.out2
-rw-r--r--testdata/bug/infer01.wip.out2
-rw-r--r--testdata/editor-examples/Clear.out2
-rw-r--r--testdata/editor-examples/Cube.out2
-rw-r--r--testdata/editor-examples/Heartbeat.out2
-rw-r--r--testdata/editor-examples/LambdaCube.out2
-rw-r--r--testdata/editor-examples/LambdaCube2.out2
-rw-r--r--testdata/editor-examples/MagicCube.out2
-rw-r--r--testdata/editor-examples/RecLC.out2
-rw-r--r--testdata/editor-examples/RecursiveTexture.out2
-rw-r--r--testdata/editor-examples/Stripes.out2
-rw-r--r--testdata/editor-examples/Tetrahedron.out2
-rw-r--r--testdata/editor-examples/Texturing.out2
-rw-r--r--testdata/example06.out2
-rw-r--r--testdata/example07.out2
-rw-r--r--testdata/example08.out2
-rw-r--r--testdata/fetcharrays01.out2
-rw-r--r--testdata/fragment01.out2
-rw-r--r--testdata/fragment03swizzling.out2
-rw-r--r--testdata/fragment04ifthenelse.out2
-rw-r--r--testdata/fragment07let.out2
-rw-r--r--testdata/framebuffer01.out2
-rw-r--r--testdata/framebuffer02.out2
-rw-r--r--testdata/framebuffer03.out2
-rw-r--r--testdata/framebuffer04.out2
-rw-r--r--testdata/framebuffer05.out2
-rw-r--r--testdata/gfx00.out2
-rw-r--r--testdata/gfx01.out2
-rw-r--r--testdata/gfx02.out2
-rw-r--r--testdata/gfx03.out2
-rw-r--r--testdata/gfx04.out2
-rw-r--r--testdata/gfx05.out2
-rw-r--r--testdata/graphics-features/codegen/shadergen01.out2
-rw-r--r--testdata/helloWorld.out2
-rw-r--r--testdata/line01.out2
-rw-r--r--testdata/parser01.out2
-rw-r--r--testdata/performance/Graphics.out2
-rw-r--r--testdata/point01.out2
-rw-r--r--testdata/recursivetexture02.out2
-rw-r--r--testdata/reduce01.out2
-rw-r--r--testdata/reduce02.out2
-rw-r--r--testdata/reduce03.out2
-rw-r--r--testdata/reduce04.out2
-rw-r--r--testdata/reduce05.out2
-rw-r--r--testdata/simple02.out2
-rw-r--r--testdata/simple03.out2
-rw-r--r--testdata/texture01.out2
-rw-r--r--testdata/texture02.out2
-rw-r--r--testdata/uniformparam01.out2
-rw-r--r--testdata/uniformparam02.out2
-rw-r--r--testdata/uniformparam03.out2
56 files changed, 56 insertions, 56 deletions
diff --git a/testdata/Graphics.out b/testdata/Graphics.out
index ca223618..f5d1c758 100644
--- a/testdata/Graphics.out
+++ b/testdata/Graphics.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/HyperbolicParaboloic.out b/testdata/HyperbolicParaboloic.out
index e8d52faf..07e35638 100644
--- a/testdata/HyperbolicParaboloic.out
+++ b/testdata/HyperbolicParaboloic.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/Hyperboloid.out b/testdata/Hyperboloid.out
index 3bcaff73..f866da66 100644
--- a/testdata/Hyperboloid.out
+++ b/testdata/Hyperboloid.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/NewStyle.out b/testdata/NewStyle.out
index a950e3cf..c26ce15d 100644
--- a/testdata/NewStyle.out
+++ b/testdata/NewStyle.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/PrimReduce.out b/testdata/PrimReduce.out
index d8eb17d7..0466f9e1 100644
--- a/testdata/PrimReduce.out
+++ b/testdata/PrimReduce.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/Spiral.out b/testdata/Spiral.out
index 497bffbd..a1d39007 100644
--- a/testdata/Spiral.out
+++ b/testdata/Spiral.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/bug/infer01.wip.out b/testdata/bug/infer01.wip.out
index 1410c500..e22d02e4 100644
--- a/testdata/bug/infer01.wip.out
+++ b/testdata/bug/infer01.wip.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdcube-compiler 0.5.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/editor-examples/Clear.out b/testdata/editor-examples/Clear.out
index 1b5ec3e4..7ff1fd17 100644
--- a/testdata/editor-examples/Clear.out
+++ b/testdata/editor-examples/Clear.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/editor-examples/Cube.out b/testdata/editor-examples/Cube.out
index efc22c57..6fb419c7 100644
--- a/testdata/editor-examples/Cube.out
+++ b/testdata/editor-examples/Cube.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/editor-examples/Heartbeat.out b/testdata/editor-examples/Heartbeat.out
index d69f80a6..15e6f3a6 100644
--- a/testdata/editor-examples/Heartbeat.out
+++ b/testdata/editor-examples/Heartbeat.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = 4 , textures =
5 [ TextureDescriptor 5 [ TextureDescriptor
diff --git a/testdata/editor-examples/LambdaCube.out b/testdata/editor-examples/LambdaCube.out
index fa7afdb9..3d2a0028 100644
--- a/testdata/editor-examples/LambdaCube.out
+++ b/testdata/editor-examples/LambdaCube.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/editor-examples/LambdaCube2.out b/testdata/editor-examples/LambdaCube2.out
index b3062a00..1358e061 100644
--- a/testdata/editor-examples/LambdaCube2.out
+++ b/testdata/editor-examples/LambdaCube2.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/editor-examples/MagicCube.out b/testdata/editor-examples/MagicCube.out
index ca7234f5..d1fe90f1 100644
--- a/testdata/editor-examples/MagicCube.out
+++ b/testdata/editor-examples/MagicCube.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/editor-examples/RecLC.out b/testdata/editor-examples/RecLC.out
index d348f5de..9538a2d6 100644
--- a/testdata/editor-examples/RecLC.out
+++ b/testdata/editor-examples/RecLC.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = 4 , textures =
5 [ TextureDescriptor 5 [ TextureDescriptor
diff --git a/testdata/editor-examples/RecursiveTexture.out b/testdata/editor-examples/RecursiveTexture.out
index 3e497a3a..bf6dbeb1 100644
--- a/testdata/editor-examples/RecursiveTexture.out
+++ b/testdata/editor-examples/RecursiveTexture.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = 4 , textures =
5 [ TextureDescriptor 5 [ TextureDescriptor
diff --git a/testdata/editor-examples/Stripes.out b/testdata/editor-examples/Stripes.out
index a5172e9e..3b165834 100644
--- a/testdata/editor-examples/Stripes.out
+++ b/testdata/editor-examples/Stripes.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/editor-examples/Tetrahedron.out b/testdata/editor-examples/Tetrahedron.out
index eef77b90..f295c4ef 100644
--- a/testdata/editor-examples/Tetrahedron.out
+++ b/testdata/editor-examples/Tetrahedron.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/editor-examples/Texturing.out b/testdata/editor-examples/Texturing.out
index b969eea0..706df3e7 100644
--- a/testdata/editor-examples/Texturing.out
+++ b/testdata/editor-examples/Texturing.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/example06.out b/testdata/example06.out
index 4b1e1761..ce3b8b71 100644
--- a/testdata/example06.out
+++ b/testdata/example06.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/example07.out b/testdata/example07.out
index cac517a9..38478e76 100644
--- a/testdata/example07.out
+++ b/testdata/example07.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/example08.out b/testdata/example08.out
index 6afebe18..8a94f8e7 100644
--- a/testdata/example08.out
+++ b/testdata/example08.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/fetcharrays01.out b/testdata/fetcharrays01.out
index 6e16d4de..9b450d92 100644
--- a/testdata/fetcharrays01.out
+++ b/testdata/fetcharrays01.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/fragment01.out b/testdata/fragment01.out
index 059ae787..f2d5b9e6 100644
--- a/testdata/fragment01.out
+++ b/testdata/fragment01.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/fragment03swizzling.out b/testdata/fragment03swizzling.out
index fc617b69..73d2e4df 100644
--- a/testdata/fragment03swizzling.out
+++ b/testdata/fragment03swizzling.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/fragment04ifthenelse.out b/testdata/fragment04ifthenelse.out
index 4e91a227..82e7e2cd 100644
--- a/testdata/fragment04ifthenelse.out
+++ b/testdata/fragment04ifthenelse.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/fragment07let.out b/testdata/fragment07let.out
index 38bd16a8..9a19592a 100644
--- a/testdata/fragment07let.out
+++ b/testdata/fragment07let.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/framebuffer01.out b/testdata/framebuffer01.out
index 7d939d75..7f41ecf1 100644
--- a/testdata/framebuffer01.out
+++ b/testdata/framebuffer01.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/framebuffer02.out b/testdata/framebuffer02.out
index a5d56cd0..86f5014f 100644
--- a/testdata/framebuffer02.out
+++ b/testdata/framebuffer02.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/framebuffer03.out b/testdata/framebuffer03.out
index 4e7d7f41..ef59b75c 100644
--- a/testdata/framebuffer03.out
+++ b/testdata/framebuffer03.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/framebuffer04.out b/testdata/framebuffer04.out
index a90222ac..a0e51d38 100644
--- a/testdata/framebuffer04.out
+++ b/testdata/framebuffer04.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/framebuffer05.out b/testdata/framebuffer05.out
index a90222ac..a0e51d38 100644
--- a/testdata/framebuffer05.out
+++ b/testdata/framebuffer05.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/gfx00.out b/testdata/gfx00.out
index 7d939d75..7f41ecf1 100644
--- a/testdata/gfx00.out
+++ b/testdata/gfx00.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/gfx01.out b/testdata/gfx01.out
index 7d939d75..7f41ecf1 100644
--- a/testdata/gfx01.out
+++ b/testdata/gfx01.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/gfx02.out b/testdata/gfx02.out
index a4378aaf..858bd0c1 100644
--- a/testdata/gfx02.out
+++ b/testdata/gfx02.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/gfx03.out b/testdata/gfx03.out
index 21f8838b..c25b42ba 100644
--- a/testdata/gfx03.out
+++ b/testdata/gfx03.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/gfx04.out b/testdata/gfx04.out
index e3256fe9..701fe19f 100644
--- a/testdata/gfx04.out
+++ b/testdata/gfx04.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/gfx05.out b/testdata/gfx05.out
index 10c98bd1..4832db10 100644
--- a/testdata/gfx05.out
+++ b/testdata/gfx05.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdcube-compiler 0.5.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = 4 , textures =
5 [ TextureDescriptor 5 [ TextureDescriptor
diff --git a/testdata/graphics-features/codegen/shadergen01.out b/testdata/graphics-features/codegen/shadergen01.out
index 3f3a7bb0..c7414029 100644
--- a/testdata/graphics-features/codegen/shadergen01.out
+++ b/testdata/graphics-features/codegen/shadergen01.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/helloWorld.out b/testdata/helloWorld.out
index 493bdfd8..ae1d0d94 100644
--- a/testdata/helloWorld.out
+++ b/testdata/helloWorld.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/line01.out b/testdata/line01.out
index b138bafd..cc7a7b90 100644
--- a/testdata/line01.out
+++ b/testdata/line01.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/parser01.out b/testdata/parser01.out
index 60e88399..d5f5736f 100644
--- a/testdata/parser01.out
+++ b/testdata/parser01.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/performance/Graphics.out b/testdata/performance/Graphics.out
index ca223618..f5d1c758 100644
--- a/testdata/performance/Graphics.out
+++ b/testdata/performance/Graphics.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/point01.out b/testdata/point01.out
index d661a33c..114d66ba 100644
--- a/testdata/point01.out
+++ b/testdata/point01.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/recursivetexture02.out b/testdata/recursivetexture02.out
index 2ced4f41..f97f8db4 100644
--- a/testdata/recursivetexture02.out
+++ b/testdata/recursivetexture02.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = 4 , textures =
5 [ TextureDescriptor 5 [ TextureDescriptor
diff --git a/testdata/reduce01.out b/testdata/reduce01.out
index a4378aaf..858bd0c1 100644
--- a/testdata/reduce01.out
+++ b/testdata/reduce01.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/reduce02.out b/testdata/reduce02.out
index d13dc556..0c91274a 100644
--- a/testdata/reduce02.out
+++ b/testdata/reduce02.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/reduce03.out b/testdata/reduce03.out
index 7d939d75..7f41ecf1 100644
--- a/testdata/reduce03.out
+++ b/testdata/reduce03.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/reduce04.out b/testdata/reduce04.out
index d13dc556..0c91274a 100644
--- a/testdata/reduce04.out
+++ b/testdata/reduce04.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/reduce05.out b/testdata/reduce05.out
index 6a6e25e7..6e1116a3 100644
--- a/testdata/reduce05.out
+++ b/testdata/reduce05.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/simple02.out b/testdata/simple02.out
index 30597566..f6599936 100644
--- a/testdata/simple02.out
+++ b/testdata/simple02.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/simple03.out b/testdata/simple03.out
index e68bd748..33753c3e 100644
--- a/testdata/simple03.out
+++ b/testdata/simple03.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/texture01.out b/testdata/texture01.out
index cae568ff..15055a86 100644
--- a/testdata/texture01.out
+++ b/testdata/texture01.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/texture02.out b/testdata/texture02.out
index 610acbe4..b0d8155b 100644
--- a/testdata/texture02.out
+++ b/testdata/texture02.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = 4 , textures =
5 [ TextureDescriptor 5 [ TextureDescriptor
diff --git a/testdata/uniformparam01.out b/testdata/uniformparam01.out
index 90c8677b..24670808 100644
--- a/testdata/uniformparam01.out
+++ b/testdata/uniformparam01.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/uniformparam02.out b/testdata/uniformparam02.out
index 9caaa4ee..65c6f23c 100644
--- a/testdata/uniformparam02.out
+++ b/testdata/uniformparam02.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []
diff --git a/testdata/uniformparam03.out b/testdata/uniformparam03.out
index 90c8677b..24670808 100644
--- a/testdata/uniformparam03.out
+++ b/testdata/uniformparam03.out
@@ -1,5 +1,5 @@
1Pipeline 1Pipeline
2 { info = "generated by lambdacube-compiler 0.6.0.0" 2 { info = ""
3 , backend = OpenGL33 3 , backend = OpenGL33
4 , textures = [] 4 , textures = []
5 , samplers = [] 5 , samplers = []