summaryrefslogtreecommitdiff
path: root/testdata/fragment04ifthenelse.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-02-18 10:17:30 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-02-18 10:17:30 +0100
commit30e482a72d6c83490ae7d4656de9bd01cc4ef499 (patch)
tree4190a01fda8d6ea5e876c3a29ca5cb9c4175dcad /testdata/fragment04ifthenelse.out
parentc468af5fdba01215c117aa7637f10fe1acfcdb4d (diff)
inline uniform variables
Diffstat (limited to 'testdata/fragment04ifthenelse.out')
-rw-r--r--testdata/fragment04ifthenelse.out3
1 files changed, 1 insertions, 2 deletions
diff --git a/testdata/fragment04ifthenelse.out b/testdata/fragment04ifthenelse.out
index 1d3fd074..d6ea99b4 100644
--- a/testdata/fragment04ifthenelse.out
+++ b/testdata/fragment04ifthenelse.out
@@ -45,9 +45,8 @@ Pipeline
45 return vec4 (z0,z1,z2,1.0); 45 return vec4 (z0,z1,z2,1.0);
46 } 46 }
47 vec4 blue = rgb (0.0,0.0,1.0); 47 vec4 blue = rgb (0.0,0.0,1.0);
48 float time = Time;
49 void main() { 48 void main() {
50 f0 = (time) < (0.5) ? vo1 : blue; 49 f0 = (Time) < (0.5) ? vo1 : blue;
51 } 50 }
52 """ 51 """
53 } 52 }