HAL::GetGraphicsDevice

HAL::GetGraphicsDevice
virtual GL::GraphicsDevice* GetGraphicsDevice();
Description

GetGraphicsDevice returns the rendering delegate that records GL API calls into a buffer. When Submit is called, the calls are executed.

Return Value

The graphics device for deferred rendering.