Sign in
skia
/
skia
/
ed92d84ffd3aeb34c92e25ecb082f089703fc0ec
/
.
/
tests
/
sksl
/
runtime
/
LargeProgram_StackDepth.stage
blob: cc96c70b6fd5c349a52a2906bcbb47fe92995b62 [
file
] [
log
] [
blame
]
half4 color_0
;
void
f2_0
();
half4 main
(
float2 xy
)
{
f2_0
();
false
;
return
half4
(
color_0
);
}
void
f2_0
()
{
color_0
=
half4
(
1.0
);
false
;
}