#version 100
precision mediump float;
uniform sampler2D x999;
varying vec2 v_uv;
void main()
{
   gl_FragColor = texture2D(x999, v_uv);
}