blob: 87ea2bb93ca8ccceb9c5d1b08cbdbc7b87cfc212 [file] [log] [blame] [view]
- SkSL will now properly reject sequence-expressions containing arrays, or sequence-expressions
containing structures of arrays. Previously, the left-side expression of a sequence was checked,
but the right-side was not. In GLSL ES 1.0, and therefore in SkSL, the only operator which is
allowed to operate on arrays is the array subscript operator (`[]`).