]> git.tdb.fi Git - libs/gl.git/commit
Use set_manager instead of passing the manager to the constructor
authorMikko Rasa <tdb@tdb.fi>
Thu, 7 Oct 2021 08:23:57 +0000 (11:23 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 7 Oct 2021 12:43:22 +0000 (15:43 +0300)
commitef650a483b4201a1e9727f9a86e59894344d30e8
tree19d1b787a751c7e9ed6e5abcf2e61dcf775781d3
parent4965ad140daacd10e77b74ce9b49e98c4c4dae55
Use set_manager instead of passing the manager to the constructor

This allows always using the parameterless constructor, making some
things easier.
source/backends/opengl/texture2d_backend.cpp
source/backends/opengl/texture2d_backend.h
source/core/mesh.cpp
source/core/mesh.h
source/core/texture.cpp
source/core/texture.h
source/core/texture2d.cpp
source/core/texture2d.h
source/resources/resources.cpp