Home | History | Annotate | Download | only in Nifty
      1 varying vec4 color;
      2 
      3 void main() { 
      4     gl_FragColor = color;
      5 }
      6 
      7