Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
runtime_errors
/
UnsupportedTypeSampler.rts
blob: 65937cf32347bdfe063d09d2f73927f8b49da060 [
file
] [
log
] [
blame
]
uniform sampler2D s
;
half4 main
(
float2 xy
)
{
return
half4
(
0
);
}