]> git.tdb.fi Git - libs/gl.git/commit
Move buffer resizing out of Bufferable
authorMikko Rasa <tdb@tdb.fi>
Mon, 25 Jan 2021 00:12:26 +0000 (02:12 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 25 Jan 2021 00:22:36 +0000 (02:22 +0200)
commit5f78db03b3285c977760a41da1e3927720e50352
tree17aa95b43795c3ab9a3343e5fe90426165a8a982
parent76ca3c65dbb96461e42300016a85a4e158f5596b
Move buffer resizing out of Bufferable

Required for immutable buffer storage.  This commit has a couple warts
I didn't bother to fix because those parts will be rewritten.
source/buffer.cpp
source/buffer.h
source/bufferable.cpp
source/bufferable.h
source/instancearray.cpp
source/mesh.cpp
source/mesh.h
source/meshbuilder.cpp
source/meshbuilder.h
source/programdata.cpp