commit | f6eae2a54ae148ce35ba2c7eb9b4dd587e399170 | [log] [tgz] |
---|---|---|
author | John Kessenich <cepheus@frii.com> | Fri Jan 22 17:47:22 2016 -0700 |
committer | John Kessenich <cepheus@frii.com> | Fri Jan 22 17:47:22 2016 -0700 |
tree | b37c7b1110cabe17df450287494e3a639d24e6a6 | |
parent | 4bfeed5fe80645c2b8ed383a7b30baa5c4be2399 [diff] [blame] |
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;