• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1half4 main(float2 coord) {
2    return half4(coord, coord);
3}
4