xref: /aosp_15_r20/external/skia/tests/sksl/runtime/AllowNarrowingConversions.minified.sksl (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1uniform half4 colorGreen;half4 main(float2 a){half4 b=half4(1.);half4 c=half4(0.);float4 d=float4(colorGreen);return half4(d*float4(b)+float4(c));}
2