Table of Contents

Interface IGraphicsDeviceFactory

Namespace
Stride.Games
Assembly
Stride.Games.dll
public interface IGraphicsDeviceFactory
Extension Methods

Methods

ChangeOrCreateDevice(GraphicsDevice, GraphicsDeviceInformation)

GraphicsDevice ChangeOrCreateDevice(GraphicsDevice currentDevice, GraphicsDeviceInformation deviceInformation)

Parameters

currentDevice GraphicsDevice
deviceInformation GraphicsDeviceInformation

Returns

GraphicsDevice

FindBestDevices(GameGraphicsParameters)

List<GraphicsDeviceInformation> FindBestDevices(GameGraphicsParameters graphicsParameters)

Parameters

graphicsParameters GameGraphicsParameters

Returns

List<GraphicsDeviceInformation>