Sign in
skia
/
skia
/
e8ab6e172d07e8d0f04e1fdf17f1202a4547359a
/
.
/
resources
/
sksl
/
runtime_errors
/
UnsupportedTypeFragmentProcessor.rts
blob: 04903ab98cd978afe71848d07e79df533a6af4c4 [
file
] [
log
] [
blame
]
uniform fragmentProcessor s
;
half4 main
(
float2 xy
)
{
return
half4
(
0
);
}
/*%%*
no type named 'fragmentProcessor'
no type named 's'
expected a declaration, but found ';'
*%%*/