X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Ftexture_backend.h;h=623bd813291771ec39a10c5bdfbb501a49ee44c8;hb=ab9b22356f16aea822527c06186641d3121e1355;hp=69756206ac9aa3f4966e9d13f27bede59d02ea56;hpb=8e58fc4da8443cb67fe4cd70d6f68de2be73011d;p=libs%2Fgl.git diff --git a/source/backends/opengl/texture_backend.h b/source/backends/opengl/texture_backend.h index 69756206..623bd813 100644 --- a/source/backends/opengl/texture_backend.h +++ b/source/backends/opengl/texture_backend.h @@ -16,9 +16,8 @@ protected: unsigned target; std::string debug_name; - static OpenGLTexture *scratch_binding; - OpenGLTexture(unsigned); + OpenGLTexture(OpenGLTexture &&); ~OpenGLTexture(); void create();