blob: d8b475fecb5a8319f92d8c3e37c5ea30c8a4acee [file] [log] [blame]
// Runtime color filters may not use sk_FragCoord
// Expect 1 error
half4 main(half4 color) {
return sk_FragCoord.xy01;
}
/*%%*
unknown identifier 'sk_FragCoord'
*%%*/