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