OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
A record that describes a pixel format in detail. More...
#include <OgrePixelFormatDescriptions.h>
Public Attributes | |
unsigned char | abits |
uint64 | amask |
unsigned char | ashift |
unsigned char | bbits |
uint64 | bmask |
unsigned char | bshift |
unsigned char | componentCount |
Component count. | |
PixelComponentType | componentType |
Component type. | |
unsigned char | elemBytes |
uint32 | flags |
unsigned char | gbits |
uint64 | gmask |
unsigned char | gshift |
const char * | name |
unsigned char | rbits |
uint64 | rmask |
unsigned char | rshift |
A record that describes a pixel format in detail.
uint64 Ogre::PixelFormatDescription::amask |
uint64 Ogre::PixelFormatDescription::bmask |
PixelComponentType Ogre::PixelFormatDescription::componentType |
Component type.
uint32 Ogre::PixelFormatDescription::flags |
uint64 Ogre::PixelFormatDescription::gmask |
uint64 Ogre::PixelFormatDescription::rmask |