|
SO3Engine
|
stbi__context Struct Reference
#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 |
Detailed Description
Definition at line 724 of file stb_image.h.
Member Data Documentation
◆ buffer_start
| stbi_uc stbi__context::buffer_start[128] |
Definition at line 734 of file stb_image.h.
◆ buflen
| int stbi__context::buflen |
Definition at line 733 of file stb_image.h.
◆ img_buffer
| stbi_uc* stbi__context::img_buffer |
Definition at line 736 of file stb_image.h.
◆ img_buffer_end
| stbi_uc * stbi__context::img_buffer_end |
Definition at line 736 of file stb_image.h.
◆ img_buffer_original
| stbi_uc* stbi__context::img_buffer_original |
Definition at line 737 of file stb_image.h.
◆ img_buffer_original_end
| stbi_uc * stbi__context::img_buffer_original_end |
Definition at line 737 of file stb_image.h.
◆ img_n
| int stbi__context::img_n |
Definition at line 727 of file stb_image.h.
◆ img_out_n
| int stbi__context::img_out_n |
Definition at line 727 of file stb_image.h.
◆ img_x
| stbi__uint32 stbi__context::img_x |
Definition at line 726 of file stb_image.h.
◆ img_y
| stbi__uint32 stbi__context::img_y |
Definition at line 726 of file stb_image.h.
◆ io
| stbi_io_callbacks stbi__context::io |
Definition at line 729 of file stb_image.h.
◆ io_user_data
| void* stbi__context::io_user_data |
Definition at line 730 of file stb_image.h.
◆ read_from_callbacks
| int stbi__context::read_from_callbacks |
Definition at line 732 of file stb_image.h.
The documentation for this struct was generated from the following file:
- include/External/stbi/stb_image.h
Generated by