Table of Contents

Class GraphicsAdapterFactory

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Factory for GraphicsAdapter.

public static class GraphicsAdapterFactory
Inheritance
GraphicsAdapterFactory

Properties

Adapters

Collection of available adapters on the system.

public static GraphicsAdapter[] Adapters { get; }

Property Value

GraphicsAdapter[]

Default

Gets the default adapter. This property can be null.

public static GraphicsAdapter Default { get; }

Property Value

GraphicsAdapter

Methods

Dispose()

Dispose all statically cached value by this instance.

public static void Dispose()

Initialize()

Initializes the GraphicsAdapter. On Desktop and WinRT, this is done statically.

public static void Initialize()

Reset()

Perform a Dispose() and Initialize() to re-initialize all adapters informations.

public static void Reset()