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