Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
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