]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture2d.h
Add support for cube map textures
[libs/gl.git] / source / texture2d.h
index 8508b0435847eaa7eaf9485c5b0765017e4dbe6f..5f4a7f9293e49f90781dbeaa50322cd6cc90747c 100644 (file)
@@ -1,15 +1,8 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_TEXTURE2D_H_
 #define MSP_GL_TEXTURE2D_H_
 
 #include <string>
-#include <msp/gbase/image.h>
+#include <msp/graphics/image.h>
 #include "datatype.h"
 #include "pixelformat.h"
 #include "texture.h"
@@ -75,7 +68,6 @@ public:
 
 private:
        void image(const Graphics::Image &);
-       void require_storage();
        void get_level_size(unsigned, unsigned &, unsigned &);
 };