]> git.tdb.fi Git - libs/gl.git/commit
Fix move semantics of OpenGLTexture2D::AsyncTransfer
authorMikko Rasa <tdb@tdb.fi>
Sat, 23 Dec 2023 12:54:34 +0000 (14:54 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 23 Dec 2023 12:54:34 +0000 (14:54 +0200)
commit75e17f2ce0923500de0cac6ecd25557ba945916b
tree2f976fa2f23de5165941e92c7a88d486a54c9a0d
parent9f53f6616c2b382765a23d3161013d65a6080c56
Fix move semantics of OpenGLTexture2D::AsyncTransfer

I may eventually get rid of NonCopyable, but for now let's keep things
consistent.
source/backends/opengl/texture2d_backend.cpp
source/backends/opengl/texture2d_backend.h