SdlGetDxgiOutputInfo
Get the DXGI Adapter and Output indices for the specified display.
The DXGI Adapter and Output indices can be passed to EnumAdapters
and EnumOutputs
respectively to get the objects required to create a DX10 or DX11 device and swap chain.
Definition
Unit: Neslib.Sdl3.Additional
procedure SdlGetDxgiOutputInfo(const ADisplayID: TSdlDisplayID;
out AAdapterIndex, AOutputIndex: Integer); inline
Parameters
ADisplayID
: TSdlDisplayID
: The instance of the display to query.
AAdapterIndex
: Integer
: Is set to the adapter index.
AOutputIndex
: Integer
: Is set to the output index.
Exceptions
ESdlError
: Raised on failure.