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.
The instance of the display to query.
A pointer to be filled in with the adapter index.
A pointer to be filled in with the output index.
true on success or false on failure; call SDL_GetError() for more information.
See Implementation
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.