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