precision mediump float; varying vec2 uv; uniform sampler2D texture0; void main() { gl_FragColor = texture2D(texture0, uv); }