Skip to content

SdlGetDirect3D9AdapterIndex

Get the D3D9 adapter index that matches the specified display.

The returned adapter index can be passed to IDirect3D9.CreateDevice and controls on which monitor a full screen application will appear.

Definition

Unit: Neslib.Sdl3.Additional

function SdlGetDirect3D9AdapterIndex(const ADisplayID: TSdlDisplayID): Integer; inline

Parameters

ADisplayID: TSdlDisplayID : The instance of the display to query.

Returns

Integer: The D3D9 adapter index.

Exceptions

ESdlError: Raised on failure.