From: Mikko Rasa Date: Fri, 18 Nov 2016 22:01:40 +0000 (+0200) Subject: Allow redeclarations to override the type of a variable X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=ec5ec4201b60b8ba15aaa6208e453225a1d7a291;hp=ec5ec4201b60b8ba15aaa6208e453225a1d7a291;p=libs%2Fgl.git Allow redeclarations to override the type of a variable This can be used to e.g. change the sampler type of the diffuse map. At the moment the appropriate sampling function also needs to be overridden since texcoord dimensions are not handled automatically. ---