|
Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
This class is used to store and write bitmap information. More...
#include <Bitmap.h>
Classes | |
| struct | DIB |
| struct | Header |
Static Public Member Functions | |
| static bool | Save (aiTexture *texture, IOStream *file) |
| Will save an aiTexture instance as a bitmap. | |
Static Protected Member Functions | |
| static void | WriteData (aiTexture *texture, IOStream *file) |
| static void | WriteDIB (DIB &dib, IOStream *file) |
| static void | WriteHeader (Header &header, IOStream *file) |
Static Protected Attributes | |
| static constexpr std::size_t | mBytesPerPixel = 4 |
This class is used to store and write bitmap information.
Will save an aiTexture instance as a bitmap.
| texture | The pointer to the texture instance |
| file | The filename to save into. |
|
staticconstexprprotected |