Render batching abstraction. More...
#include <render_batcher.h>
Public Member Functions | |
Operations | |
virtual | ~RenderBatcher () |
virtual void | flush (GraphicContext &gc)=0 |
Flush. More... | |
virtual void | matrix_changed (const Mat4f &modelview, const Mat4f &projection)=0 |
Matrix changed. More... | |
Render batching abstraction.