Files
2018-07-17 14:15:37 +02:00

7 lines
140 B
Plaintext

varying vec2 uv;
uniform sampler2D texture;
void main() {
gl_FragColor = texture2D(texture, uv * vec2(5.0, 107.0 / 124.0 * 5.0));
}