Ogre::RenderablePass Struct Reference

Struct associating a single Pass with a single Renderable. More...

#include <OgreRenderQueueSortingGrouping.h>

List of all members.

Public Member Functions

 RenderablePass (Renderable *rend, Pass *p)

Public Attributes

Renderablerenderable
 Pointer to the Renderable details.
Passpass
 Pointer to the Pass.


Detailed Description

Struct associating a single Pass with a single Renderable.

This is used to for objects sorted by depth and thus not grouped by pass.

Definition at line 46 of file OgreRenderQueueSortingGrouping.h.


Constructor & Destructor Documentation

Ogre::RenderablePass::RenderablePass ( Renderable rend,
Pass p 
)

Definition at line 53 of file OgreRenderQueueSortingGrouping.h.


Member Data Documentation

Renderable* Ogre::RenderablePass::renderable

Pointer to the Renderable details.

Definition at line 49 of file OgreRenderQueueSortingGrouping.h.

Referenced by Ogre::QueuedRenderableCollection::RadixSortFunctorDistance::operator()(), and Ogre::QueuedRenderableCollection::DepthSortDescendingLess::operator()().

Pass* Ogre::RenderablePass::pass

Pointer to the Pass.

Definition at line 51 of file OgreRenderQueueSortingGrouping.h.

Referenced by Ogre::QueuedRenderableCollection::RadixSortFunctorPass::operator()(), and Ogre::QueuedRenderableCollection::DepthSortDescendingLess::operator()().


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 Thu Jan 22 21:26:55 2009