MLX42 1.0
MLX42
|
#include <MLX42.h>
Data Fields | |
uint32_t | width |
uint32_t | height |
uint8_t | bytes_per_pixel |
uint8_t * | pixels |
Base object for disk loaded textures. It contains rudementary information about the texture.
width | The width of the texture. |
height | The height of the texture. |
pixels | The literal pixel data. |
bytes_per_pixel | The amount of bytes in a pixel, always 4. |