mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 17:59:02 +00:00
Changed: Updated description for CBitmap::load and CBitmap::loadSize
This commit is contained in:
parent
f32cb0879f
commit
2089386f65
1 changed files with 3 additions and 3 deletions
|
@ -297,8 +297,8 @@ public:
|
||||||
void swap(CBitmap &other);
|
void swap(CBitmap &other);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Read a bitmap(TGA or DDS) from an IStream.
|
* Read a bitmap(TGA, JPEG, PNG or DDS) from an IStream.
|
||||||
* Bitmap supported are DDS (DXTC1, DXTC1 with Alpha, DXTC3, DXTC5, and
|
* Bitmap supported are DDS (DXTC1, DXTC1 with Alpha, DXTC3, DXTC5), PNG, JPEG and
|
||||||
* uncompressed TGA (24 and 32 bits).
|
* uncompressed TGA (24 and 32 bits).
|
||||||
* \param IStream The stream must be in reading mode.
|
* \param IStream The stream must be in reading mode.
|
||||||
* \param mipMapSkip if the file is a DDS with mipMap. N=mipMapSkip mipmaps are skipped.
|
* \param mipMapSkip if the file is a DDS with mipMap. N=mipMapSkip mipmaps are skipped.
|
||||||
|
@ -310,7 +310,7 @@ public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determinate the bitmap size from a bitmap(TGA or DDS) from an IStream. load just header of the file.
|
* Determinate the bitmap size from a bitmap(TGA or DDS) from an IStream. load just header of the file.
|
||||||
* Bitmap supported are DDS (DXTC1, DXTC1 with Alpha, DXTC3, DXTC5, and
|
* Bitmap supported are DDS (DXTC1, DXTC1 with Alpha, DXTC3, DXTC5), PNG, JPEG and
|
||||||
* uncompressed TGA (24 and 32 bits).
|
* uncompressed TGA (24 and 32 bits).
|
||||||
* NB: at the end, f is seeked to begin.
|
* NB: at the end, f is seeked to begin.
|
||||||
* \param IStream The stream must be in reading mode.
|
* \param IStream The stream must be in reading mode.
|
||||||
|
|
Loading…
Reference in a new issue