OGRE  1.8
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::RenderablePass Struct Reference

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

#include <OgreRenderQueueSortingGrouping.h>

+ Collaboration diagram for Ogre::RenderablePass:

Public Member Functions

 RenderablePass (Renderable *rend, Pass *p)
 

Public Attributes

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

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 51 of file OgreRenderQueueSortingGrouping.h.

Constructor & Destructor Documentation

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

Definition at line 58 of file OgreRenderQueueSortingGrouping.h.

Member Data Documentation


The documentation for this struct was generated from the following file: