unplugged-system/external/skia/tests/sksl/errors/InvalidAssignmentPipelineInputs.glsl

10 lines
247 B
GLSL

### Compilation failed:
error: 7: cannot modify pipeline input variable 'stageInput'
stageInput = 5;
^^^^^^^^^^
error: 8: cannot modify pipeline input variable 'stageInputInBlock'
stageInputInBlock = 6;
^^^^^^^^^^^^^^^^^
2 errors