• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1uniform fragmentProcessor s;
2
3half4 main(float2 xy) {
4    return half4(0);
5}
6