Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
7c6abf86f54c917f0a364e1843f86a5e494ae87a
/
.
/
resources
/
sksl
/
fp
/
GrSectionConstructorParams.fp
blob: 53ada6ceddf15e970f18398d90d826e7e2b123a6 [
file
] [
log
] [
blame
]
@constructorParams
{
int
x
,
float
y
,
std
::
vector
<float>
z
}
in
float
w
;
half4 main
()
{
return
half4
(
1
);
}