|  | OGRE
    1.11.6
    Object-Oriented Graphics Rendering Engine | 
Definition of a functor for calculating the hashcode of a Pass. More...
#include <OgrePass.h>
| Public Member Functions | |
| virtual | ~HashFunc () | 
| Need virtual destructor in case subclasses use it.  More... | |
| virtual uint32 | operator() (const Pass *p) const =0 | 
Definition of a functor for calculating the hashcode of a Pass.
Hash format is 32-bit, divided as follows (high to low bits) bits purpose 4 Pass index (i.e. max 16 passes!). 28 Pass contents
| 
 | inlinevirtual | 
Need virtual destructor in case subclasses use it.