virtual GL::GraphicsDevice* GetGraphicsDevice();
GetGraphicsDevice returns the rendering delegate that records GL API calls into a buffer. When Submit is called, the calls are executed.
The graphics device for deferred rendering.