]> git.tdb.fi Git - libs/gl.git/commitdiff
Upgrade NodePtr to RefPtr
authorMikko Rasa <tdb@tdb.fi>
Thu, 1 Dec 2016 11:29:29 +0000 (13:29 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 1 Dec 2016 11:29:29 +0000 (13:29 +0200)
Allows Nodes to be moved from one Block to another without copying them.
When targeting GLSL 1.30 LegacyConverter has a sequence where it flattens
an interface block and later checks the type of those variables through
their declaration pointer.  This caused memory errors because the
original nodes were destroyed in the flatten operation.


No differences found