SPV: Require desktop 140 or ES 310 or above.
diff --git a/Test/spv.functionCall.frag b/Test/spv.functionCall.frag
index e1fc0e0..bf911fd 100644
--- a/Test/spv.functionCall.frag
+++ b/Test/spv.functionCall.frag
@@ -1,7 +1,7 @@
-#version 130

+#version 140

 

 uniform vec4 bigColor;

-varying vec4 BaseColor;

+in vec4 BaseColor;

 uniform float d;

 

 float h = 0.0;