tgrekov-fdf
HIVE fdf May 2024
|
#include <MLX42.h>
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. |