Sign in
skia
/
skia
/
e8ab6e172d07e8d0f04e1fdf17f1202a4547359a
/
.
/
resources
/
sksl
/
runtime_errors
/
InvalidColorFilterFeatures.rtcf
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'
*%%*/