• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2out vec4 sk_FragColor;
3vec4 main() {
4    return vec4(0.0, 1.0, 0.0, 1.0);
5}
6