SPV: Require desktop 140 or ES 310 or above.

This commit is contained in:
John Kessenich 2016-01-22 17:47:22 -07:00
parent 4bfeed5fe8
commit f6eae2a54a
102 changed files with 357 additions and 313 deletions

View file

@ -1,8 +1,8 @@
#version 130
#version 140
uniform sampler2D samp2D;
varying vec2 coord;
varying vec4 color;
in vec2 coord;
in vec4 color;
struct s1 {
int i;