]> git.tdb.fi Git - libs/gl.git/commit
Move ProgramData to materials
authorMikko Rasa <tdb@tdb.fi>
Mon, 28 Feb 2022 09:56:33 +0000 (11:56 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 28 Feb 2022 09:56:33 +0000 (11:56 +0200)
commitd548a2973f9142648cbf84e3557116b3ee4803c9
tree96d1cc36b6ea0331e5719ca5ee789e65669ed806
parent89347a620294a1136ee111edeadec68390654f78
Move ProgramData to materials

It has more users in materials and in render, and also materials is a
lower layer, so it makes more sense for it to be here.
source/materials/programdata.cpp [new file with mode: 0644]
source/materials/programdata.h [new file with mode: 0644]
source/render/programdata.cpp [deleted file]
source/render/programdata.h [deleted file]