Aeon Engine c550894
AeonGames Open Source Game Engine
Loading...
Searching...
No Matches
AeonGames::png_read_memory_struct Struct Reference

Helper struct for reading PNG data from memory. More...

Collaboration diagram for AeonGames::png_read_memory_struct:
Collaboration graph

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.

Detailed Description

Helper struct for reading PNG data from memory.

Definition at line 29 of file PngImage.cpp.

Member Data Documentation

◆ buffer

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.

◆ pointer

const uint8_t* AeonGames::png_read_memory_struct::pointer

Current read position within the buffer.

Definition at line 32 of file PngImage.cpp.

◆ size

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.


The documentation for this struct was generated from the following file: