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