Cub3D
|
3D or 2D or Texture image More...
#include <type_cub3d.h>
Public Attributes | |
void * | img |
char * | addr |
int | bpp |
int | line_length |
int | endian |
t_debug | debug |
3D or 2D or Texture image
Definition at line 82 of file type_cub3d.h.
char* s_img::addr |
Definition at line 84 of file type_cub3d.h.
int s_img::bpp |
Definition at line 85 of file type_cub3d.h.
t_debug s_img::debug |
Definition at line 88 of file type_cub3d.h.
int s_img::endian |
Definition at line 87 of file type_cub3d.h.
void* s_img::img |
Definition at line 83 of file type_cub3d.h.
int s_img::line_length |
Definition at line 86 of file type_cub3d.h.