]> git.tdb.fi Git - libs/gl.git/commit
Move Texture2D::AsyncLoader back to the common part
authorMikko Rasa <tdb@tdb.fi>
Tue, 28 Dec 2021 14:09:59 +0000 (16:09 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 28 Dec 2021 14:09:59 +0000 (16:09 +0200)
commit225dbd7ba2dde73bb28e54e03ae960e88e708f57
treedc0f9c672df9df70744f517fa47b651270b26df5
parent3054756d04a94ec9471448970421de4a7aa7b247
Move Texture2D::AsyncLoader back to the common part

The backend-specific parts are now handled by AsyncTransfer.
source/backends/opengl/texture2d_backend.cpp
source/backends/opengl/texture2d_backend.h
source/backends/vulkan/texture2d_backend.cpp
source/backends/vulkan/texture2d_backend.h
source/core/texture2d.cpp
source/core/texture2d.h