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