Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
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 ';'
*%%*/