OGRE  1.7
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ogre::CompositionPass::InputTex Struct Reference

Inputs (for material used for rendering the quad) More...

#include <OgreCompositionPass.h>

Public Member Functions

 InputTex ()
 
 InputTex (const String &_name, size_t _mrtIndex=0)
 

Public Attributes

size_t mrtIndex
 MRT surface index if applicable. More...
 
String name
 Name (local) of the input texture (empty == no input) More...
 

Detailed Description

Inputs (for material used for rendering the quad)

Definition at line 223 of file OgreCompositionPass.h.

Constructor & Destructor Documentation

Ogre::CompositionPass::InputTex::InputTex ( )
inline

Definition at line 229 of file OgreCompositionPass.h.

Ogre::CompositionPass::InputTex::InputTex ( const String _name,
size_t  _mrtIndex = 0 
)
inline

Definition at line 230 of file OgreCompositionPass.h.

Member Data Documentation

size_t Ogre::CompositionPass::InputTex::mrtIndex

MRT surface index if applicable.

Definition at line 228 of file OgreCompositionPass.h.

String Ogre::CompositionPass::InputTex::name

Name (local) of the input texture (empty == no input)

Definition at line 226 of file OgreCompositionPass.h.


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