MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / stbi_loadf_from_file

Function stbi_loadf_from_file

Source/Utils/stb_image.h:1502–1507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1500}
1501
1502STBIDEF float *stbi_loadf_from_file(FILE *f, int *x, int *y, int *comp, int req_comp)
1503{
1504 stbi__context s;
1505 stbi__start_file(&s,f);
1506 return stbi__loadf_main(&s,x,y,comp,req_comp);
1507}
1508#endif // !STBI_NO_STDIO
1509
1510#endif // !STBI_NO_LINEAR

Callers 1

stbi_loadfFunction · 0.85

Calls 2

stbi__start_fileFunction · 0.85
stbi__loadf_mainFunction · 0.85

Tested by

no test coverage detected