Panda3D
Loading...
Searching...
No Matches
Public Attributes | List of all members
stbi_io_callbacks Struct Reference

Public Attributes

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

Detailed Description

Definition at line 343 of file stb_image.h.

Member Data Documentation

◆ eof

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

Definition at line 347 of file stb_image.h.

◆ read

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

Definition at line 345 of file stb_image.h.

◆ skip

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

Definition at line 346 of file stb_image.h.


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