fp.glsl 98 B

1234
  1. uniform sampler2D BaseTex;
  2. void main(){
  3. gl_FragColor = texture2D(BaseTex, gl_TexCoord[0].xy);
  4. }