SO3Engine
|
#include <stb_image.h>
Public Attributes | |
stbi_uc | fast [1<< FAST_BITS] |
stbi__uint16 | code [256] |
stbi_uc | values [256] |
stbi_uc | size [257] |
unsigned int | maxcode [18] |
int | delta [17] |
Definition at line 1756 of file stb_image.h.
stbi__uint16 stbi__huffman::code[256] |
Definition at line 1760 of file stb_image.h.
int stbi__huffman::delta[17] |
Definition at line 1764 of file stb_image.h.
stbi_uc stbi__huffman::fast[1<< FAST_BITS] |
Definition at line 1758 of file stb_image.h.
unsigned int stbi__huffman::maxcode[18] |
Definition at line 1763 of file stb_image.h.
stbi_uc stbi__huffman::size[257] |
Definition at line 1762 of file stb_image.h.
stbi_uc stbi__huffman::values[256] |
Definition at line 1761 of file stb_image.h.