Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
runtime_errors
/
UnsupportedTypeTexture.rts
blob: 07a8b92776066378e4a228118ae8367c3921cd90 [
file
] [
log
] [
blame
]
uniform texture2D s
;
half4 main
(
float2 xy
)
{
return
half4
(
0
);
}