#include <AP_Dds.h>
Public Member Functions | |
| AP_CTexture (AP_Uint32 w, AP_Uint32 h, AP_Uint32 d, AP_Uint32 imgSize) | |
| void | clear () |
| AP_Uint32 | get_depth () |
| AP_Uint32 | get_height () |
| AP_Byte * | get_pixels () |
| AP_Uint32 | get_size () |
| AP_Uint32 | get_width () |
| void | set_texture (AP_Byte *data) |
Protected Attributes | |
| AP_Uint32 | depth |
| AP_Uint32 | height |
| AP_Byte * | pixels |
| AP_Uint32 | size |
| AP_Uint32 | width |
| AP_CTexture | ( | AP_Uint32 | w, | |
| AP_Uint32 | h, | |||
| AP_Uint32 | d, | |||
| AP_Uint32 | imgSize | |||
| ) |
| void clear | ( | ) |
| AP_Uint32 get_depth | ( | ) |
| AP_Uint32 get_height | ( | ) |
| AP_Byte * get_pixels | ( | ) |
| AP_Uint32 get_size | ( | ) |
| AP_Uint32 get_width | ( | ) |
| void set_texture | ( | AP_Byte * | data | ) |
1.5.8