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