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