]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/buffer_backend.h
Add correct copy and move semantics to most classes
[libs/gl.git] / source / backends / opengl / buffer_backend.h
index f435e868f7c929aac6af96d71302a0c8a79b7cfa..1e5106a50095b838488fd3c2a95980b5aba8b302 100644 (file)
@@ -18,6 +18,7 @@ protected:
        static OpenGLBuffer *scratch_binding;
 
        OpenGLBuffer();
+       OpenGLBuffer(OpenGLBuffer &&);
        ~OpenGLBuffer();
 
        void allocate();