xref: /aosp_15_r20/external/skia/resources/sksl/wgsl/UserDefinedPipelineIO.sksl (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1*c8dee2aaSAndroid Build Coastguard Workerlayout(location=1) in float input1;
2*c8dee2aaSAndroid Build Coastguard Workerlayout(location=2) in half input2;
3*c8dee2aaSAndroid Build Coastguard Workerlayout(location=3) in float2 input3;
4*c8dee2aaSAndroid Build Coastguard Workerlayout(location=4) in int input4;
5*c8dee2aaSAndroid Build Coastguard Workerlayout(location=5) in int2 input5;
6*c8dee2aaSAndroid Build Coastguard Worker
7*c8dee2aaSAndroid Build Coastguard Workerlayout(location=1) out float output1;
8*c8dee2aaSAndroid Build Coastguard Workerlayout(location=2) out half output2;
9*c8dee2aaSAndroid Build Coastguard Workerlayout(location=3) out float2 output3;
10*c8dee2aaSAndroid Build Coastguard Workerlayout(location=4) out int output4;
11*c8dee2aaSAndroid Build Coastguard Workerlayout(location=5) out int2 output5;
12*c8dee2aaSAndroid Build Coastguard Worker
13*c8dee2aaSAndroid Build Coastguard Workervoid main() {
14*c8dee2aaSAndroid Build Coastguard Worker}
15