HoverRace  2.0
Public Member Functions | Public Attributes | List of all members
HoverRace::Display::Res< Texture >::ImageData Struct Reference

#include <Res.h>

Public Member Functions

 ImageData ()
 
 ImageData (const ImageData &o)=delete
 
 ImageData (ImageData &&o)=default
 
ImageDataoperator= (const ImageData &o)=delete
 
ImageDataoperator= (ImageData &&o)=default
 

Public Attributes

MR_UInt32 aMask
 
MR_UInt32 bMask
 
int depth
 
MR_UInt32 gMask
 
int height
 
int pitch
 
std::unique_ptr< MR_UInt8[]> pixels
 
MR_UInt32 rMask
 
int width
 

Constructor & Destructor Documentation

HoverRace::Display::Res< Texture >::ImageData::ImageData ( )
inline
HoverRace::Display::Res< Texture >::ImageData::ImageData ( const ImageData &  o)
delete
HoverRace::Display::Res< Texture >::ImageData::ImageData ( ImageData &&  o)
default

Member Function Documentation

ImageData& HoverRace::Display::Res< Texture >::ImageData::operator= ( const ImageData o)
delete
ImageData& HoverRace::Display::Res< Texture >::ImageData::operator= ( ImageData &&  o)
default

Member Data Documentation

int HoverRace::Display::Res< Texture >::ImageData::depth
int HoverRace::Display::Res< Texture >::ImageData::height
int HoverRace::Display::Res< Texture >::ImageData::pitch
std::unique_ptr<MR_UInt8[]> HoverRace::Display::Res< Texture >::ImageData::pixels
int HoverRace::Display::Res< Texture >::ImageData::width

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