xref: /aosp_15_r20/external/skia/tests/sksl/mesh/MeshFragment.minified.sksl (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1uniform half3x3 m;layout(color)uniform half4 color;float2 main(const Varyings a,out half4 b){b=color;return(float3x3(m)*float3(a.coords,1.)).xy;}
2