~ubuntu-branches/ubuntu/utopic/movit/utopic-proposed

1
2
3
4
5
// Used only for testing.
vec4 FUNCNAME(vec2 tc)
{
	return INPUT(tc * vec2(4.0));
}