]> git.tdb.fi Git - libs/gl.git/commit
Don't link program with the transform feature in constructor
authorMikko Rasa <tdb@tdb.fi>
Sat, 11 Aug 2012 13:38:35 +0000 (16:38 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 11 Aug 2012 13:38:35 +0000 (16:38 +0300)
commitb37c25fb969b3fb6936ac456a07bd69c4c10cd00
treed007a29d587e9863e5ae12b899ae5f880dc55b02
parent0646b330ffa9ea7fd77e2078257499b1d58ac0f7
Don't link program with the transform feature in constructor

The transform feature produces calls to external functions, which need to
be added in a separate shader.  Trying to link in the constructor only
produces link errors.
source/program.cpp