game-renderer.frag 153 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 uniform sampler2D sTexture; varying highp vec2 vTexCoord; void main() { gl_FragColor = texture2D( sTexture, vTexCoord ) * vec4(1.2, 1.2, 1.2, 1.0); }