OGRE  1.9.0
Ogre::RenderablePass Struct Reference

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

#include <OgreRenderQueueSortingGrouping.h>

Public Member Functions

 RenderablePass (Renderable *rend, Pass *p)
 

Public Attributes

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

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

◆ RenderablePass()

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

Definition at line 58 of file OgreRenderQueueSortingGrouping.h.

References pass, and renderable.

Member Data Documentation

◆ pass

◆ renderable


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