]> git.tdb.fi Git - libs/gl.git/commitdiff
Replace ProgramData copy constructor with a more explicit copy function
authorMikko Rasa <tdb@tdb.fi>
Sat, 13 Nov 2021 14:56:32 +0000 (16:56 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 14 Nov 2021 09:47:47 +0000 (11:47 +0200)
The copy constructor left so many members uncopied that it was rather
questionable as copy constructor.  This makes it more clear that only
uniform values are being copied.


No differences found