Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
InvalidComputeMainParameters.glsl
blob: d5fb6a70baa04441502c3cfc29969f415aeb2c29 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
1
:
shader
'main'
must have zero parameters
void
main
(
in
int
x
,
out
int
y
)
{
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error
:
2
:
unknown identifier
'y'
y
=
x
;
^
error
:
2
:
unknown identifier
'x'
y
=
x
;
^
3
errors