Delegate StbiEofProc
Pointer to STBI stream end of file function.
public delegate int StbiEofProc(void* userdata)
Parameters
userdata
void*User provided userdata pointer.
Returns
- int
Non-zero value if the end of the stream has been reached.