Interface IGraphicsDeviceFactory
public interface IGraphicsDeviceFactory
Methods
ChangeOrCreateDevice(GraphicsDevice, GraphicsDeviceInformation)
GraphicsDevice ChangeOrCreateDevice(GraphicsDevice currentDevice, GraphicsDeviceInformation deviceInformation)
Parameters
currentDevice
GraphicsDevicedeviceInformation
GraphicsDeviceInformation
Returns
FindBestDevices(GameGraphicsParameters)
List<GraphicsDeviceInformation> FindBestDevices(GameGraphicsParameters graphicsParameters)
Parameters
graphicsParameters
GameGraphicsParameters