ivec4 still needed as texture index on some SONY VAIO and Toshiba ATI drivers.

This reverts commit b8b235df09.
This commit is contained in:
Siana Gearz
2012-09-02 19:23:11 +02:00
parent 118937aa99
commit 29adc28d80
4 changed files with 18 additions and 16 deletions

View File

@@ -23,9 +23,9 @@
* $/LicenseInfo$
*/
ATTRIBUTE int texture_index;
ATTRIBUTE ivec4 texture_index;
VARYING_FLAT int vary_texture_index;
VARYING_FLAT ivec4 vary_texture_index;
void passTextureIndex()
{