summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2018-09-22 12:13:15 +0200
committerCsaba Hruska <csaba.hruska@gmail.com>2018-09-22 12:13:15 +0200
commit3acea61ec05c54671e6e2b1254b35130a8b502c8 (patch)
tree48f7feb209a362114539dda40cb3799afe0a0f85 /testdata
parent65749d86dcc41b7de09d96834411031064bccff6 (diff)
support pipelines without color output
Diffstat (limited to 'testdata')
-rw-r--r--testdata/uniformparam02.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/uniformparam02.out b/testdata/uniformparam02.out
index 65c6f23c..dc824ba3 100644
--- a/testdata/uniformparam02.out
+++ b/testdata/uniformparam02.out
@@ -18,7 +18,7 @@ Pipeline
18 fromList 18 fromList
19 [ ( "vi1" , Parameter { name = "position4" , ty = V4F } ) ] 19 [ ( "vi1" , Parameter { name = "position4" , ty = V4F } ) ]
20 , programInTextures = fromList [] 20 , programInTextures = fromList []
21 , programOutput = [ Parameter { name = "f0" , ty = V4F } ] 21 , programOutput = []
22 , vertexShader = 22 , vertexShader =
23 """ 23 """
24 #version 330 core 24 #version 330 core