|
OGRE
1.9.0
|
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. | |
| Renderable * | renderable |
| Pointer to the Renderable details. | |
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 51 of file OgreRenderQueueSortingGrouping.h.
| Ogre::RenderablePass::RenderablePass | ( | Renderable * | rend, |
| Pass * | p ) |
Definition at line 58 of file OgreRenderQueueSortingGrouping.h.
References pass, and renderable.
| Pass* Ogre::RenderablePass::pass |
Pointer to the Pass.
Definition at line 56 of file OgreRenderQueueSortingGrouping.h.
Referenced by RenderablePass(), Ogre::QueuedRenderableCollection::DepthSortDescendingLess::operator()(), and Ogre::QueuedRenderableCollection::RadixSortFunctorPass::operator()().
| Renderable* Ogre::RenderablePass::renderable |
Pointer to the Renderable details.
Definition at line 54 of file OgreRenderQueueSortingGrouping.h.
Referenced by RenderablePass(), Ogre::QueuedRenderableCollection::DepthSortDescendingLess::operator()(), and Ogre::QueuedRenderableCollection::RadixSortFunctorDistance::operator()().
1.13.2