HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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)
 

Detailed Description

Definition at line 361 of file stb_image.h.

Member Data Documentation

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

Definition at line 365 of file stb_image.h.

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

Definition at line 363 of file stb_image.h.

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

Definition at line 364 of file stb_image.h.


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