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