stb_image.c | 649 static float *ldr_to_hdr(stbi_uc *data, int x, int y, int comp); 739 return ldr_to_hdr(data, *x, *y, req_comp ? req_comp : *comp); 753 return ldr_to_hdr(data, *x, *y, req_comp ? req_comp : *comp); 1037 static float *ldr_to_hdr(stbi_uc *data, int x, int y, int comp) function in typeref:typename:float *
|