64 render_queue = render_queue->
next;
void mlx_flush_batch(mlx_ctx_t *mlx)
void mlx_draw_instance(mlx_ctx_t *mlx, mlx_image_t *img, mlx_instance_t *instance)
void mlx_sort_renderqueue(mlx_list_t **lst)
bool mlx_error(mlx_errno_t val)
mlx_list_t * mlx_lstnew(void *content)
void mlx_update_matrix(const mlx_t *mlx)
void mlx_lstadd_back(mlx_list_t **lst, mlx_list_t *new)
GLenum GLenum GLsizei void * image
#define GL_COLOR_BUFFER_BIT
GLuint GLsizei GLsizei * length
#define GL_DEPTH_BUFFER_BIT
static void mlx_render_images(mlx_t *mlx)
void mlx_loop(mlx_t *mlx)
static void mlx_exec_loop_hooks(mlx_t *mlx)
bool mlx_loop_hook(mlx_t *mlx, void(*f)(void *), void *param)