Home | History | Annotate | Download | only in raw
      1 varying vec4 varColor;
      2 
      3 void main()  {
      4     gl_FragColor = varColor;
      5 }