X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Ftexture_backend.h;h=ecb3056fd2ead2cd0f7bcf86fd568a7aa61b502a;hb=e70662d7812464159f2e47f4bebb69d88f89ae93;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..ecb3056f 100644 --- a/source/backends/opengl/texture_backend.h +++ b/source/backends/opengl/texture_backend.h @@ -16,10 +16,10 @@ protected: unsigned target; std::string debug_name; - static int swizzle_orders[]; static OpenGLTexture *scratch_binding; OpenGLTexture(unsigned); + OpenGLTexture(OpenGLTexture &&); ~OpenGLTexture(); void create();