]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/texture_backend.h
Move swizzling modes to pixelformat.h
[libs/gl.git] / source / backends / opengl / texture_backend.h
index a18b7bf8412d7427b17586982c3418b5408e3780..69756206ac9aa3f4966e9d13f27bede59d02ea56 100644 (file)
@@ -16,7 +16,6 @@ protected:
        unsigned target;
        std::string debug_name;
 
-       static int swizzle_orders[];
        static OpenGLTexture *scratch_binding;
 
        OpenGLTexture(unsigned);