Kohi Game Engine
stbi_io_callbacks Struct Reference

#include <stb_image.h>

Data Fields

int(* read )(void *user, char *data, int size)
 
void(* skip )(void *user, int n)
 
int(* eof )(void *user)
 

Field Documentation

◆ eof

int(* eof) (void *user)

◆ read

int(* read) (void *user, char *data, int size)

◆ skip

void(* skip) (void *user, int n)

The documentation for this struct was generated from the following file: