Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
runtime_errors
/
UnsupportedTypeSampler.rts
blob: 682432dc0d602ce2b74814c9e04bcd419d15964f [
file
] [
log
] [
blame
]
uniform sampler2D s
;
half4 main
(
float2 xy
)
{
return
half4
(
0
);
}
/*%%*
invalid type
*%%*/