• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1const const float a = 0;
2uniform flat uniform int b;
3uniform flat noperspective flat noperspective uniform half4 c;
4in inout float d;
5inout out half e;
6inout inout int f;
7
8/*%%*
9'const' appears more than once
10'uniform' appears more than once
11'flat' appears more than once
12'noperspective' appears more than once
13'uniform' appears more than once
14'in' appears more than once
15'out' appears more than once
16'inout' appears more than once
17*%%*/
18