SO3Engine
|
#include <stb_image.h>
Public Attributes | |
stbi__uint32 | img_x |
stbi__uint32 | img_y |
int | img_n |
int | img_out_n |
stbi_io_callbacks | io |
void * | io_user_data |
int | read_from_callbacks |
int | buflen |
stbi_uc | buffer_start [128] |
stbi_uc * | img_buffer |
stbi_uc * | img_buffer_end |
stbi_uc * | img_buffer_original |
stbi_uc * | img_buffer_original_end |
Definition at line 724 of file stb_image.h.
stbi_uc stbi__context::buffer_start[128] |
Definition at line 734 of file stb_image.h.
int stbi__context::buflen |
Definition at line 733 of file stb_image.h.
stbi_uc* stbi__context::img_buffer |
Definition at line 736 of file stb_image.h.
stbi_uc * stbi__context::img_buffer_end |
Definition at line 736 of file stb_image.h.
stbi_uc* stbi__context::img_buffer_original |
Definition at line 737 of file stb_image.h.
stbi_uc * stbi__context::img_buffer_original_end |
Definition at line 737 of file stb_image.h.
int stbi__context::img_n |
Definition at line 727 of file stb_image.h.
int stbi__context::img_out_n |
Definition at line 727 of file stb_image.h.
stbi__uint32 stbi__context::img_x |
Definition at line 726 of file stb_image.h.
stbi__uint32 stbi__context::img_y |
Definition at line 726 of file stb_image.h.
stbi_io_callbacks stbi__context::io |
Definition at line 729 of file stb_image.h.
void* stbi__context::io_user_data |
Definition at line 730 of file stb_image.h.
int stbi__context::read_from_callbacks |
Definition at line 732 of file stb_image.h.