Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
d836f84ab85336d24c07baee01343d2e4c31ee21
/
.
/
tests
/
sksl
/
fp
/
GrHelloWorld.fp
blob: ccf3724f547c95556a493b576ef74903cfab7bea [
file
] [
log
] [
blame
]
/* HELLO WORLD */
void
main
()
{
sk_OutColor
=
half4
(
1
);
}