Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 5, 2005, 11:53:36 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/parenting: importer: bpp-patch

File:
1 edited

Legend:

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

    r3346 r3347  
    6161    GLuint height;  //!< The height of the Image.
    6262    GLuint bpp;     //!< BytesPerPixel
     63    GLenum format;  //!< The Format of the PixelData
    6364    GLuint type;    //!< Type of the Image.
    6465    GLubyte *data;  //!< The Image Data comes here! DANGER: uncompressed data.
Note: See TracChangeset for help on using the changeset viewer.