D2D1CreateDevice

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
  1. HRESULT D2D1CreateDevice(IDXGIDevice dxgiDevice, const(D2D1_CREATION_PROPERTIES)* creationProperties, ID2D1Device* d2dDevice)
    version(Windows)
    extern (Windows)
    HRESULT
    D2D1CreateDevice
  2. HRESULT D2D1CreateDevice(IDXGIDevice dxgiDevice, D2D1_CREATION_PROPERTIES creationProperties, ID2D1Device d2dDevice)

Meta