Castor3D 0.16.0
Multiplatform 3D engine
Public Attributes | List of all members
stbi_io_callbacks Struct Reference

#include <stb_image.h>

Public Attributes

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

Member Data Documentation

◆ eof

int(* stbi_io_callbacks::eof) (void *user)

◆ read

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

◆ skip

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

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