Click or drag to resize
AB4D logo

DXDeviceGetAllSystemAdapters Method

Returns all Adapter1 that are supported on the system.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public static Adapter1[] GetAllSystemAdapters()

Return Value

Adapter1
all Adapter1 that are supported on the system
Exceptions
ExceptionCondition
DXEngineExceptionDXEngineException when DXGI 1.1 Factory cannot be created
See Also