summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'testdata')
-rw-r--r--testdata/editor-examples/Heartbeat.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/editor-examples/Heartbeat.out b/testdata/editor-examples/Heartbeat.out
index 084f209d..39df50d6 100644
--- a/testdata/editor-examples/Heartbeat.out
+++ b/testdata/editor-examples/Heartbeat.out
@@ -90,7 +90,7 @@ Pipeline
90 } 90 }
91 void main() { 91 void main() {
92 gl_Position = scale (1.0,vi1); 92 gl_Position = scale (1.0,vi1);
93 vo1 = vi2; 93 vo1 = vec2 ((vi2).x,(1.0) - ((vi2).y));
94 } 94 }
95 """ 95 """
96 , geometryShader = Nothing 96 , geometryShader = Nothing