• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1varying vec4 varColor;
2
3void main()  {
4    gl_FragColor = varColor;
5}