• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1uniform fragmentProcessor s;
2
3half4 main(float2 xy) {
4    return half4(0);
5}
6
7/*%%*
8no type named 'fragmentProcessor'
9no type named 's'
10expected a declaration, but found ';'
11*%%*/
12