OGRE 14.3
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. | |
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.
|
inline |
Renderable* Ogre::RenderablePass::renderable |
Pointer to the Renderable details.