SO3Engine
|
#include <stb_image.h>
Public Attributes | |
stbi_uc * | zbuffer |
stbi_uc * | zbuffer_end |
int | num_bits |
stbi__uint32 | code_buffer |
char * | zout |
char * | zout_start |
char * | zout_end |
int | z_expandable |
stbi__zhuffman | z_length |
stbi__zhuffman | z_distance |
Definition at line 3941 of file stb_image.h.
stbi__uint32 stbi__zbuf::code_buffer |
Definition at line 3945 of file stb_image.h.
int stbi__zbuf::num_bits |
Definition at line 3944 of file stb_image.h.
stbi__zhuffman stbi__zbuf::z_distance |
Definition at line 3952 of file stb_image.h.
int stbi__zbuf::z_expandable |
Definition at line 3950 of file stb_image.h.
stbi__zhuffman stbi__zbuf::z_length |
Definition at line 3952 of file stb_image.h.
stbi_uc* stbi__zbuf::zbuffer |
Definition at line 3943 of file stb_image.h.
stbi_uc * stbi__zbuf::zbuffer_end |
Definition at line 3943 of file stb_image.h.
char* stbi__zbuf::zout |
Definition at line 3947 of file stb_image.h.
char* stbi__zbuf::zout_end |
Definition at line 3949 of file stb_image.h.
char* stbi__zbuf::zout_start |
Definition at line 3948 of file stb_image.h.