• Graphics Manager
API Links
Table of Contents
Graphics Manager
class GraphicsMgr
Developer Links
My Account
C4 Engine Wiki
Support Forums
Bug Tracker
Release Notes
API Documentation
GraphicsMgr::DrawRenderList
Defined in:
C4Graphics.h
Draws a list of renderable objects.
Prototype
void
DrawRenderList(
const
List<Renderable> *renderList);
Description
See Also
Renderable