• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1in uniform half4 color;
2half4 main() {
3    return color;
4}
5