Cub3D
 
Loading...
Searching...
No Matches
s_img Struct Reference

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
 

Detailed Description

Structure used to store an image (buffer that contain image, and size).

Field Documentation

◆ bits_per_pixel

int s_img::bits_per_pixel

◆ endian

int s_img::endian

◆ height

int s_img::height

◆ img

void* s_img::img

◆ mlx_width

int s_img::mlx_width

◆ path

char* s_img::path

◆ pxls

char* s_img::pxls

◆ width

int s_img::width

The documentation for this struct was generated from the following file: