Simple functor for appending all vertices in the renderable tree to a vector. More...
#include <screen.cpp>
Public Member Functions | |
VertexCollectFunctor (ScreenRenderData *pData) | |
bool | operator() (QuadRenderable *Quad) |
Public Attributes | |
ScreenRenderData * | Data |
Simple functor for appending all vertices in the renderable tree to a vector.
Definition at line 100 of file screen.cpp.