Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
InvalidMeshVertexMainParameters.stage
blob: e509226a754371d8a4eead419d6f2e6cf2c25e24 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
9
:
'main'
parameter must be
'const Attributes'
.
Varyings
main
(
const
NotAttributes
attr
)
{
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error
:
10
:
unknown identifier
'attr'
return
Varyings
(
attr
.
position
);
^^^^
2
errors