From: Mikko Rasa Date: Sun, 19 Oct 2014 16:27:26 +0000 (+0300) Subject: Use texture() instead of texture2D() in non-legacy mode X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=2e9d7c9f5741d17f77ce27273590ee16b791fb64;hp=2e9d7c9f5741d17f77ce27273590ee16b791fb64;p=libs%2Fgl.git Use texture() instead of texture2D() in non-legacy mode Because the name of the diffuse texture uniform was changed to avoid conflicting with the function, some changes in applications may be necessary. ---