|  | OGRE
    1.11.6
    Object-Oriented Graphics Rendering Engine | 
Struct associating a single Pass with a single Renderable. More...
#include <OgreRenderQueueSortingGrouping.h>
| Public Member Functions | |
| RenderablePass (Renderable *rend, Pass *p) | |
| Public Attributes | |
| Pass * | pass | 
| Pointer to the Pass.  More... | |
| Renderable * | renderable | 
| Pointer to the Renderable details.  More... | |
Struct associating a single Pass with a single Renderable.
This is used to for objects sorted by depth and thus not grouped by pass.
| 
 | inline | 
| Renderable* Ogre::RenderablePass::renderable | 
Pointer to the Renderable details.
| Pass* Ogre::RenderablePass::pass | 
Pointer to the Pass.
Referenced by Ogre::QueuedRenderableCollection::addOrganisationMode().