Gorgon Game Engine
PNG.cpp File Reference
Include dependency graph for PNG.cpp:

Namespaces

 Gorgon
 Root namespace for Gorgon Game Engine.
 
 Gorgon::Encoding
 
 Gorgon::Encoding::png
 

Functions

void ReadArray (png_struct *p, unsigned char *buf, size_t size)
 
void ReadFile (png_struct_def *p, unsigned char *buf, size_t size)
 
void ReadVector (png_struct *p, unsigned char *buf, size_t size)
 
void WriteFile (png_struct *p, unsigned char *buf, size_t size)
 
void WriteVector (png_struct *p, unsigned char *buf, size_t size)