Gorgon Game Engine
Image.h File Reference
Include dependency graph for Image.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  basic_Image< T_ >
 This class is a container for image data. More...
 

Namespaces

 Gorgon
 Root namespace for Gorgon Game Engine.
 
 Gorgon::Containers
 This namespace contains containers that are missing from STL or specifically crafted for game or GUI development.
 

Typedefs

using Image = basic_Image< Byte >
 

Functions

template<class T_ >
void swap (basic_Image< T_ > &l, basic_Image< T_ > &r)
 Swaps two images. Should be used unqualified for ADL. More...