|
SO3Engine
|
stbi__zbuf Struct Reference
#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 |
Detailed Description
Definition at line 3941 of file stb_image.h.
Member Data Documentation
◆ code_buffer
| stbi__uint32 stbi__zbuf::code_buffer |
Definition at line 3945 of file stb_image.h.
◆ num_bits
| int stbi__zbuf::num_bits |
Definition at line 3944 of file stb_image.h.
◆ z_distance
| stbi__zhuffman stbi__zbuf::z_distance |
Definition at line 3952 of file stb_image.h.
◆ z_expandable
| int stbi__zbuf::z_expandable |
Definition at line 3950 of file stb_image.h.
◆ z_length
| stbi__zhuffman stbi__zbuf::z_length |
Definition at line 3952 of file stb_image.h.
◆ zbuffer
| stbi_uc* stbi__zbuf::zbuffer |
Definition at line 3943 of file stb_image.h.
◆ zbuffer_end
| stbi_uc * stbi__zbuf::zbuffer_end |
Definition at line 3943 of file stb_image.h.
◆ zout
| char* stbi__zbuf::zout |
Definition at line 3947 of file stb_image.h.
◆ zout_end
| char* stbi__zbuf::zout_end |
Definition at line 3949 of file stb_image.h.
◆ zout_start
| char* stbi__zbuf::zout_start |
Definition at line 3948 of file stb_image.h.
The documentation for this struct was generated from the following file:
- include/External/stbi/stb_image.h
Generated by