Assimp
v5.0.1. (December 2020)
|
This class is used to store and write bitmap information. More...
Classes | |
struct | DIB |
struct | Header |
Static Public Member Functions | |
static bool | Save (aiTexture *texture, IOStream *file) |
Will save an aiTexture instance as a bitmap. More... | |
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. |
|
staticprotected |