]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture2d.h
Implement sub_image for TextureCube also
[libs/gl.git] / source / texture2d.h
index 674c778f9782116dce94ef4c663e1dda89931953..221fbd7b76a28aee38d95382a2b797e34fd5d24c 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <string>
 #include <msp/graphics/image.h>
-#include "resource.h"
 #include "texture.h"
 
 namespace Msp {
@@ -27,7 +26,6 @@ public:
 
                void raw_data(const std::string &);
                void storage(PixelFormat, unsigned, unsigned);
-               void storage_b(PixelFormat, unsigned, unsigned, unsigned);
        };
 
 private: