OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::CompositorManager::TextureDef Struct Reference

Public Member Functions

 TextureDef (size_t w, size_t h, PixelFormat f, uint aa, const String &aaHint, bool srgb)
 

Public Attributes

PixelFormat format
 
uint fsaa
 
String fsaaHint
 
size_t height
 
bool sRGBwrite
 
size_t width
 

Detailed Description

Definition at line 235 of file OgreCompositorManager.h.

Constructor & Destructor Documentation

Ogre::CompositorManager::TextureDef::TextureDef ( size_t  w,
size_t  h,
PixelFormat  f,
uint  aa,
const String aaHint,
bool  srgb 
)
inline

Definition at line 243 of file OgreCompositorManager.h.

Member Data Documentation

PixelFormat Ogre::CompositorManager::TextureDef::format
uint Ogre::CompositorManager::TextureDef::fsaa
String Ogre::CompositorManager::TextureDef::fsaaHint
size_t Ogre::CompositorManager::TextureDef::height
bool Ogre::CompositorManager::TextureDef::sRGBwrite
size_t Ogre::CompositorManager::TextureDef::width

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