Sign in
skia
/
skia
/
ed92d84ffd3aeb34c92e25ecb082f089703fc0ec
/
.
/
tests
/
sksl
/
runtime
/
GLSLTypeNames.minified.sksl
blob: b39656036cab45d94c9c53559039944f89039186 [
file
] [
log
] [
blame
]
float
f
;
vec4 main
(
vec2 a
){
vec4 c
=
vec4
(
f
);
return
c
;}