Structure used to store an image (buffer that contain image, and size). More...
#include <data_structure.h>
Data Fields | |
| char * | path |
| char * | pxls |
| void * | img |
| int | width |
| int | mlx_width |
| int | height |
| int | bits_per_pixel |
| int | endian |
Structure used to store an image (buffer that contain image, and size).
| int s_img::bits_per_pixel |
| int s_img::endian |
| int s_img::height |
| void* s_img::img |
| int s_img::mlx_width |
| char* s_img::path |
| char* s_img::pxls |
| int s_img::width |