Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
InvalidAssignmentPipelineInputs.glsl
blob: 12902791897b18e884828a0b03386e53164e58f8 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
7
:
cannot modify pipeline input variable
'stageInput'
stageInput
=
5
;
^^^^^^^^^^
error
:
8
:
cannot modify pipeline input variable
'stageInputInBlock'
stageInputInBlock
=
6
;
^^^^^^^^^^^^^^^^^
2
errors