Sign in
skia
/
skia
/
8d2fb64247f0f8f5e00f6895464f94ab705c9b83
/
.
/
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