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,4 +1,4 @@
#version 130
#version 140
#extension GL_ARB_texture_gather : enable
vec3 a;
@ -15,9 +15,6 @@ noperspective in float fnop;
uniform samplerCube sampC;
in vec4 gl_Color;
flat in vec4 gl_Color;
#extension GL_ARB_texture_rectangle : enable
uniform sampler2D samp2D;