• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1uniform shader child;half4 main(float2 a){return child.eval(a.yx);}
2