xref: /aosp_15_r20/external/skia/resources/sksl/errors/ModifiersRepeated.sksl (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1*c8dee2aaSAndroid Build Coastguard Workerconst const float a = 0;
2*c8dee2aaSAndroid Build Coastguard Workeruniform flat uniform int b;
3*c8dee2aaSAndroid Build Coastguard Workeruniform flat noperspective flat noperspective uniform half4 c;
4*c8dee2aaSAndroid Build Coastguard Workerin inout float d;
5*c8dee2aaSAndroid Build Coastguard Workerinout out half e;
6*c8dee2aaSAndroid Build Coastguard Workerinout inout int f;
7*c8dee2aaSAndroid Build Coastguard Worker
8*c8dee2aaSAndroid Build Coastguard Worker/*%%*
9*c8dee2aaSAndroid Build Coastguard Worker'const' appears more than once
10*c8dee2aaSAndroid Build Coastguard Worker'uniform' appears more than once
11*c8dee2aaSAndroid Build Coastguard Worker'flat' appears more than once
12*c8dee2aaSAndroid Build Coastguard Worker'noperspective' appears more than once
13*c8dee2aaSAndroid Build Coastguard Worker'uniform' appears more than once
14*c8dee2aaSAndroid Build Coastguard Worker'in' appears more than once
15*c8dee2aaSAndroid Build Coastguard Worker'out' appears more than once
16*c8dee2aaSAndroid Build Coastguard Worker'inout' appears more than once
17*c8dee2aaSAndroid Build Coastguard Worker*%%*/
18