Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 5, 2005, 3:39:08 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/parenting: :texture.cc: swapping textures-cordinates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/importer/texture.h

    r3341 r3343  
    6060    GLuint width;   //!< The width of the Image.
    6161    GLuint height;  //!< The height of the Image.
    62     GLuint bpp;     //!< BitsPerPixel
     62    GLuint bpp;     //!< BytesPerPixel
    6363    GLuint type;    //!< Type of the Image.
    6464    GLubyte *data;  //!< The Image Data comes here! DANGER: uncompressed data.
    6565  };
    6666  char* searchTextureInPaths(char* texName) const;
    67 
     67  inline void swap(unsigned char &a, unsigned char &b);
    6868 public:
    6969
Note: See TracChangeset for help on using the changeset viewer.