]> git.sesse.net Git - movit/blob - header.150.frag
Require OpenGL 3.0 unconditionally; this is a no-op, since we already required GLSL...
[movit] / header.150.frag
1 #version 150
2
3 in vec2 tc;
4
5 vec4 tex2D(sampler2D s, vec2 coord)
6 {
7         return texture(s, coord);
8 }