Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
runtime_errors
/
InvalidColorFilterFeatures.rtcf
blob: 98f0aa2f2de71df4f456f6a9f55cd2c18949b16d [
file
] [
log
] [
blame
]
// Runtime color filters may not use sk_FragCoord
// Expect 1 error
half4 main
(
half4 color
)
{
return
sk_FragCoord
.
xy01
;
}