Sign in
skia
/
skia
/
ed92d84ffd3aeb34c92e25ecb082f089703fc0ec
/
.
/
tests
/
sksl
/
runtime
/
LargeProgram_ZeroIterFor.stage
blob: d2c47a0b61997bc9939296bc08485e5fdd3e6402 [
file
] [
log
] [
blame
]
half4 main
(
float2 xy
)
{
int
i
=
0
;
;
return
half4
(
half4
(
half
(
i
)));
}