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