|  | OGRE
    1.11.6
    Object-Oriented Graphics Rendering Engine | 
Struct recording a pass which can be used for a specific illumination stage. More...
#include <OgrePass.h>
 Inheritance diagram for Ogre::IlluminationPass:
 Inheritance diagram for Ogre::IlluminationPass:| Public Member Functions | |
| IlluminationPass () | |
| Public Attributes | |
| bool | destroyOnShutdown | 
| Whether this pass is one which should be deleted itself.  More... | |
| Pass * | originalPass | 
| The original pass which spawned this one.  More... | |
| Pass * | pass | 
| The pass to use in this stage.  More... | |
| IlluminationStage | stage | 
Struct recording a pass which can be used for a specific illumination stage.
| 
 | inline | 
| IlluminationStage Ogre::IlluminationPass::stage | 
| Pass* Ogre::IlluminationPass::pass | 
The pass to use in this stage.
| bool Ogre::IlluminationPass::destroyOnShutdown | 
Whether this pass is one which should be deleted itself.
| Pass* Ogre::IlluminationPass::originalPass | 
The original pass which spawned this one.