Panda3D
|
An STL function object for sorting textures into order by properties. More...
#include "eggTexture.h"
Public Member Functions | |
UniqueEggTextures (int eq=~0) | |
bool | operator() (const EggTexture *t1, const EggTexture *t2) const |
Public Attributes | |
int | _eq |
An STL function object for sorting textures into order by properties.
Returns true if the two referenced EggTexture pointers are in sorted order, false otherwise.
Definition at line 465 of file eggTexture.h.
|
inline |
Definition at line 984 of file eggTexture.I.
|
inline |
Definition at line 991 of file eggTexture.I.
int UniqueEggTextures::_eq |
Definition at line 470 of file eggTexture.h.