1layout(builtin=15) float4 sk_FragCoord;
2
3half4 sample(shader s, float2 coords);
4half4 sample(colorFilter f, half4 color);
5