I have a situation like this:
//make some modifications on gl_FragColor vec2 uv; //make some modifications on uv gl_FragColor = texture2D(uSampler, uv);