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

Structure that handle the mlx instance. More...

#include <data_structure.h>

Collaboration diagram for s_mlx:

Data Fields

void * mlx_ptr
 
void * win_ptr
 
t_settings settings
 
int mouse_x
 
int mouse_y
 
t_pos2 win_size
 
t_pos2 minimap_size
 
t_img backbuffer
 
float * z_buffer
 

Detailed Description

Structure that handle the mlx instance.

Field Documentation

◆ backbuffer

t_img s_mlx::backbuffer

◆ minimap_size

t_pos2 s_mlx::minimap_size

◆ mlx_ptr

void* s_mlx::mlx_ptr

◆ mouse_x

int s_mlx::mouse_x

◆ mouse_y

int s_mlx::mouse_y

◆ settings

t_settings s_mlx::settings

◆ win_ptr

void* s_mlx::win_ptr

◆ win_size

t_pos2 s_mlx::win_size

◆ z_buffer

float* s_mlx::z_buffer

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