RT
Functions
init_mthr_sdl.c File Reference
#include "libui.h"
#include "libft.h"
#include <pthread.h>
Include dependency graph for init_mthr_sdl.c:

Functions

void init_mthr_sdl (t_sdl *sdl, int(*do_pxl)(int, int, void *), void *data, void(*prep_render)(t_sdl *))
 
void mthr_task (t_data_thr *data_thr, void *(*func)(void *))
 

Function Documentation

◆ init_mthr_sdl()

void init_mthr_sdl ( t_sdl sdl,
int(*)(int, int, void *)  do_pxl,
void *  data,
void(*)(t_sdl *)  prep_render 
)

◆ mthr_task()

void mthr_task ( t_data_thr data_thr,
void *(*)(void *)  func 
)