Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

Ogre::CompositionPass::InputTex Struct Reference

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

#include <OgreCompositionPass.h>

List of all members.

Public Member Functions

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

Public Attributes

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


Detailed Description

Inputs (for material used for rendering the quad).

Definition at line 204 of file OgreCompositionPass.h.


Constructor & Destructor Documentation

Ogre::CompositionPass::InputTex::InputTex  ) 
 

Definition at line 210 of file OgreCompositionPass.h.

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

Definition at line 211 of file OgreCompositionPass.h.


Member Data Documentation

size_t Ogre::CompositionPass::InputTex::mrtIndex
 

MRT surface index if applicable.

Definition at line 209 of file OgreCompositionPass.h.

String Ogre::CompositionPass::InputTex::name
 

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

Definition at line 207 of file OgreCompositionPass.h.


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

Copyright © 2008 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat Apr 11 13:47:18 2009