[][src]Function fermium::SDL_DXGIGetOutputInfo

pub unsafe extern "C" fn SDL_DXGIGetOutputInfo(
    displayIndex: c_int,
    adapterIndex: *mut c_int,
    outputIndex: *mut c_int
) -> Type

\brief Returns the DXGI Adapter and Output indices for the specified display index.

These can be passed to EnumAdapters and EnumOutputs respectively to get the objects required to create a DX10 or DX11 device and swap chain.