Closed slime73 closed 8 years ago
This will globally change Shader:send in anyone's LÖVE game which loads the file. Please don't do that!
Shader:send
Just use Shader:getExternVariable before calling Shader:send, in the code which actually calls it, if you really need to.
Shader:getExternVariable
:+1:
This will globally change
Shader:send
in anyone's LÖVE game which loads the file. Please don't do that!Just use
Shader:getExternVariable
before callingShader:send
, in the code which actually calls it, if you really need to.