OGRE
1.10.12
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. More... | |
PixelComponentType | componentType |
Component type. More... | |
unsigned char | elemBytes |
uint32 | flags |
unsigned char | gbits |
uint64 | gmask |
unsigned char | gshift |
const String | name |
unsigned char | rbits |
uint64 | rmask |
unsigned char | rshift |
A record that describes a pixel format in detail.
const String Ogre::PixelFormatDescription::name |
unsigned char Ogre::PixelFormatDescription::elemBytes |
uint32 Ogre::PixelFormatDescription::flags |
PixelComponentType Ogre::PixelFormatDescription::componentType |
Component type.
unsigned char Ogre::PixelFormatDescription::componentCount |
Component count.
unsigned char Ogre::PixelFormatDescription::rbits |
unsigned char Ogre::PixelFormatDescription::gbits |
unsigned char Ogre::PixelFormatDescription::bbits |
unsigned char Ogre::PixelFormatDescription::abits |
uint64 Ogre::PixelFormatDescription::rmask |
uint64 Ogre::PixelFormatDescription::gmask |
uint64 Ogre::PixelFormatDescription::bmask |
uint64 Ogre::PixelFormatDescription::amask |
unsigned char Ogre::PixelFormatDescription::rshift |
unsigned char Ogre::PixelFormatDescription::gshift |
unsigned char Ogre::PixelFormatDescription::bshift |
unsigned char Ogre::PixelFormatDescription::ashift |