v0.1.8
|
A struct that defines an image format and how to treat it. More...
#include <Format.hpp>
Public Member Functions | |
bool | operator== (const ImageFormat &o) |
Public Attributes | |
String | name |
UInt32 | dataType |
UInt32 | redBits |
UInt32 | greenBits |
UInt32 | blueBits |
UInt32 | alphaBits |
Enum | glFormat |
A struct that defines an image format and how to treat it.