]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/texture_backend.h
Support multiple PipelineStates in Renderer
[libs/gl.git] / source / backends / opengl / texture_backend.h
index 69756206ac9aa3f4966e9d13f27bede59d02ea56..623bd813291771ec39a10c5bdfbb501a49ee44c8 100644 (file)
@@ -16,9 +16,8 @@ protected:
        unsigned target;
        std::string debug_name;
 
-       static OpenGLTexture *scratch_binding;
-
        OpenGLTexture(unsigned);
+       OpenGLTexture(OpenGLTexture &&);
        ~OpenGLTexture();
 
        void create();