|
Aeon Engine c550894
AeonGames Open Source Game Engine
|
Helper struct for reading PNG data from memory. More...

Public Attributes | |
| const uint8_t * | buffer |
| Pointer to the start of the memory buffer. | |
| const uint8_t * | pointer |
| Current read position within the buffer. | |
| png_size_t | size |
| Total size of the memory buffer in bytes. | |
Helper struct for reading PNG data from memory.
Definition at line 29 of file PngImage.cpp.
| const uint8_t* AeonGames::png_read_memory_struct::buffer |
Pointer to the start of the memory buffer.
Definition at line 31 of file PngImage.cpp.
| const uint8_t* AeonGames::png_read_memory_struct::pointer |
Current read position within the buffer.
Definition at line 32 of file PngImage.cpp.
| png_size_t AeonGames::png_read_memory_struct::size |
Total size of the memory buffer in bytes.
Definition at line 33 of file PngImage.cpp.