stbi_io_callbacks

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

eof
int function(void* user) eof;
Undocumented in source.
read
int function(void* user, char* data, int size) read;
Undocumented in source.
skip
void function(void* user, int n) skip;
Undocumented in source.

Meta