OGRE  1.10.11
Object-Oriented Graphics Rendering Engine
Ogre::PixelFormatDescription Struct Reference

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
 

Detailed Description

A record that describes a pixel format in detail.

Member Data Documentation

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

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