GraphicsDevice

GraphicsDevice
Scaleform::Render::GraphicsDevice
Declaration
class GraphicsDevice : public RefCountBase<GraphicsDevice, StatRender_Context_Mem>;
Description

An abstract rendering device class to record 'virtual' command buffers for platforms which don't directly support deferred contexts (eg. D3D9).

Methods
Method 
Description 
 
Notifies the platform-specific GraphicsDevice that rendering, or command buffer recording, is beginning. 
End 
Notifies the platform-specific GraphicsDevice that rendering, or command buffer recording, is finished. 
GrpahicsDevice constructor. 
Determines whether this is a deferred device context. 
File

Render_GraphicsDevice.h