varying highp vec2 vTextureCoord; uniform sampler2D uImageSampler; uniform highp vec2 uWindowSize; void main() { gl_FragColor = texture2D(uImageSampler, vTextureCoord); }