/[libvob]/libvob/include/vob/vobs/Texture.hxx
ViewVC logotype

Diff of /libvob/include/vob/vobs/Texture.hxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jvk, Fri Jun 27 09:11:47 2003 UTC revision 1.3 by tjl, Sat Jun 28 14:35:39 2003 UTC
# Line 36  Texture.hxx Line 36  Texture.hxx
36  #include <vob/VecGL.hxx>  #include <vob/VecGL.hxx>
37    
38  #include <sstream>  #include <sstream>
39    #include <vob/glerr.hxx>
40    
41    
42  #ifndef VOB_DEFINED  #ifndef VOB_DEFINED
# Line 70  struct CopyTexSubImage2D { Line 71  struct CopyTexSubImage2D {
71          glCopyTexSubImage2D(target, level, x, y,          glCopyTexSubImage2D(target, level, x, y,
72                      (int)ras[0], (int)ras[1] - h,                      (int)ras[0], (int)ras[1] - h,
73                  w, h);                  w, h);
74            GLERR
75      }      }
76    
77  };  };

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26