]> git.tdb.fi Git - libs/gl.git/commitdiff
Adjust uniform organization for UnlitMaterial
authorMikko Rasa <tdb@tdb.fi>
Sat, 20 Mar 2021 13:37:12 +0000 (15:37 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 20 Mar 2021 14:39:45 +0000 (16:39 +0200)
Its only property are now stored in a struct to match other material
types.  This allows using the name "color" without conflicting with the
vertex attribute.  The texture uniform was also renamed in order to
avoid clashing with the texture() function.


No differences found