commit | 9c14440e8194acaa92cf0edb751700b94570ec3b | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason.ekstrand@intel.com> | Mon Jan 21 16:09:56 2019 -0600 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Tue Jan 22 10:42:56 2019 -0600 |
tree | 82fba21b397b2a0518a0034e6fd37bdaa0643f52 | |
parent | da2959463616756e89cece39f2bae1d437df4bbd [diff] |
spirv: Only set interface_type on blocks Instead of setting interface_type to whatever the per-vertex type is, we only set it on blocks. This allows later passes to tell the difference between variables that are in blocks and those that aren't. Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com>