|
Assimp v3.1.1 (June 2014)
|
#include <Bitmap.h>
Classes | |
| struct | DIB |
| struct | Header |
Static Public Member Functions | |
| static void | Save (aiTexture *texture, IOStream *file) |
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 const std::size_t | mBytesPerPixel = 4 |
|
staticprotected |