commit | 5b43113e75718b41078c088d58cc2b66b3a13c96 | [log] [tgz] |
---|---|---|
author | Brian Osman <brianosman@google.com> | Tue Oct 15 16:41:18 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Oct 16 15:35:48 2019 +0000 |
tree | 2da433447915d5bff6f307e880a55a2a5039e4a7 | |
parent | 36446f281ca2e51f5116eec0ba1bd656b2f0e18f [diff] |
Interpreter: Reflect all uniform variables in ByteCode Gives enough information to locate variables by name (using the same scheme as glGetUniformLocation), and provide hints about type and size. Bug: skia:9513 Change-Id: I9444f1042471967a79c9f05167dcdb78eca41bad Reviewed-on: https://skia-review.googlesource.com/c/skia/+/244502 Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Commit-Queue: Brian Osman <brianosman@google.com>