• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1void main(in int x, out int y) {
2    y = x;
3}
4
5/*%%*
6shader 'main' must have zero parameters
7*%%*/