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

◆ TextureDef()

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

Definition at line 243 of file OgreCompositorManager.h.

References format, fsaa, fsaaHint, height, sRGBwrite, and width.

Member Data Documentation

◆ format

PixelFormat Ogre::CompositorManager::TextureDef::format

◆ fsaa

uint Ogre::CompositorManager::TextureDef::fsaa

◆ fsaaHint

String Ogre::CompositorManager::TextureDef::fsaaHint

◆ height

size_t Ogre::CompositorManager::TextureDef::height

◆ sRGBwrite

bool Ogre::CompositorManager::TextureDef::sRGBwrite

◆ width

size_t Ogre::CompositorManager::TextureDef::width

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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.