usata-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Usata-commits] Changes to usata2/src/texture.hpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/texture.hpp
Date: Wed, 19 Jan 2005 21:18:17 -0500

Index: usata2/src/texture.hpp
diff -u usata2/src/texture.hpp:1.8 usata2/src/texture.hpp:1.9
--- usata2/src/texture.hpp:1.8  Thu Jan 20 01:15:09 2005
+++ usata2/src/texture.hpp      Thu Jan 20 02:18:15 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: texture.hpp,v 1.8 2005/01/20 01:15:09 skunix Exp $
+// $Id: texture.hpp,v 1.9 2005/01/20 02:18:15 skunix Exp $
 
 #ifndef USATA_TEXTURE_HPP
 #define USATA_TEXTURE_HPP
@@ -29,9 +29,6 @@
 namespace usata
 {
 
-//     struct TextureManagerImpl;
-
-       class TextureMeta;
        
        class Pixmap;
        
@@ -39,6 +36,7 @@
        class TextureMap
        {
                private:
+                       TextureMeta m_meta;
                        GLuint          tex_id;
                        GLuint          tex_gl_format;
                        GLenum          m_gl_texture_type;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]