Home | History | Annotate | Download | only in raw
      1 varying float pointSize;
      2 
      3 void main()  {
      4     gl_FragColor = texture2D(UNI_Tex0, gl_PointCoord);
      5     gl_FragColor.a = pointSize;
      6 }