xref: /aosp_15_r20/external/skia/resources/sksl/errors/ModifiersRepeated.sksl (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
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