commit | 50afc1765511a8d4850fe97aacf8714b609bfd5a | [log] [tgz] |
---|---|---|
author | Ethan Nicholas <ethannicholas@google.com> | Thu Feb 16 14:49:57 2017 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Feb 16 20:27:43 2017 +0000 |
tree | fd7b6874542c53463b856f3ff8d1258dc389a21d | |
parent | 3bf12c60e265b09f282c9cc0fea1219b0b1b1088 [diff] |
Fixed a couple of spots where sksl didn't have proper array support. vec2 x[3] worked, but vec2[3] x didn't. Interface blocks also did not work with array sizes. BUG=skia: Change-Id: I45b424891db46804f1e3c1f4793470b7b501a6de Reviewed-on: https://skia-review.googlesource.com/8523 Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Ben Wagner <benjaminwagner@google.com>