Revision: 1092
Author:
jo...@lunarg.com
Date: Sat Jun 27 01:44:15 2015 UTC
Log: LunarGLASS tests: Adapt to front-end changes.
https://code.google.com/p/lunarglass/source/detail?r=1092
Modified:
/trunk/test/baseResults/switch.frag.out
/trunk/test/switch.frag
=======================================
--- /trunk/test/baseResults/switch.frag.out Sun May 31 21:29:58 2015 UTC
+++ /trunk/test/baseResults/switch.frag.out Sat Jun 27 01:44:15 2015 UTC
@@ -789,7 +789,7 @@
***Unsupported functionality: switch topology
***Unsupported functionality: switch topology
-#version 300 es
+#version 310 es
// LunarGOO output
precision mediump float; // this will be almost entirely overridden by
individual declarations
uniform mediump int c;
@@ -1089,6 +1089,7 @@
}
tempglsl.frag
+Warning, version 310 is not yet complete; most version-specific features
are present, but some are missing.
ERROR: 0:144: 'default' : cannot be nested inside control flow
ERROR: 0:178: 'H_l69nk4' : undeclared identifier
ERROR: 0:178: 'assign' : cannot convert from 'temp float' to 'temp
mediump int'
=======================================
--- /trunk/test/switch.frag Sun May 3 23:23:55 2015 UTC
+++ /trunk/test/switch.frag Sat Jun 27 01:44:15 2015 UTC
@@ -1,4 +1,4 @@
-#version 300 es
+#version 310 es
precision mediump float;
uniform int c, d;
in float x;