stbi_hdr_load_from_file
extern float * stbi_hdr_load_from_file (FILE *f, int *x, int *y, int *comp, int req_comp);
extern float * stbi_hdr_load_from_file (FILE *f, int *x, int *y, int *comp, int req_comp);
float *hdr = stbi_hdr_load_from_file(f, x,y,comp,req_comp);
return stbi_hdr_load_from_file(f,x,y,comp,req_comp);