GrooveStomp's 3D Software Renderer
0.1.0
|
Structure representing a texture image. More...
#include <texture.h>
Public Attributes | |
unsigned char * | data |
data is always RGB with 8-bits per component and no padding in rows. | |
int | width |
int | height |
int | numBytesPerPixel |
Structure representing a texture image.