|
openTRI 0.1
|
Image slice struct. More...
#include <triImage.h>
Data Fields | |
| triVoid * | data |
| Image data. | |
| triU32 | size |
| Size of data in bytes. | |
| triU16 | width |
| Image width. | |
| triU16 | height |
| Image height. | |
| triU16 | pitch |
| Image allocated width (power of two). | |
Image slice struct.
Contains an image region of max 512x512 pixels.