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.loops.frag b/Test/spv.loops.frag index ce2d2a0..b9e960a 100644 --- a/Test/spv.loops.frag +++ b/Test/spv.loops.frag
@@ -1,4 +1,4 @@ -#version 130 +#version 140 uniform vec4 bigColor; uniform vec4 bigColor1_1; uniform vec4 bigColor1_2; @@ -11,7 +11,7 @@ uniform vec4 bigColor7; uniform vec4 bigColor8; -varying vec4 BaseColor; +in vec4 BaseColor; uniform float d; uniform float d2;