Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
tests
/
sksl
/
errors
/
VertexEarlyReturn.glsl
blob: f5fad828b60f2445d19efabfdc264b220693575d [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
5
:
early returns
from
vertex programs are
not
supported
if
(
zoom
==
1
)
return
;
^^^^^^^
1
error