• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* PASS */
2
3void main()
4{
5  gl_Position = vec4(1.0, 1.0, 1.0, 0.0);;
6}
7