Struct stbi_io_callbacks
Public Attributes
| Type | Name |
|---|---|
| int(* | eof |
| int(* | read |
| void(* | skip |
Public Attributes Documentation
variable eof
int(* stbi_io_callbacks::eof) (void *user);
variable read
int(* stbi_io_callbacks::read) (void *user, char *data, int size);
variable skip
void(* stbi_io_callbacks::skip) (void *user, int n);
The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/engine/include/stb/stb_image.h