Sign in
skia
/
skia
/
ed92d84ffd3aeb34c92e25ecb082f089703fc0ec
/
.
/
tests
/
sksl
/
runtime
/
GLSLTypeNames.stage
blob: d5ae20d4f124d1c0f0ceee753b93cd57036bb3de [
file
] [
log
] [
blame
]
float
f_0
;
float4 main
(
float2 coords
)
{
float4 fv
=
float4
(
f_0
);
;
;
;
return
half4
(
fv
);
}