]> git.sesse.net Git - movit/blob - header.130.frag
Make all fp16 routines work with fp32 as input instead of fp64, since that is what...
[movit] / header.130.frag
1 #version 130
2
3 in vec2 tc;
4
5 vec4 tex2D(sampler2D s, vec2 coord)
6 {
7         return texture(s, coord);
8 }