Can't create Direct2D DXGI Surface

后端 未结 2 1759
南旧
南旧 2020-12-21 12:35

I\'m calling this method:

http://msdn.microsoft.com/en-us/library/dd371264(VS.85).aspx

The call fails with E_NOINTERFACE. The documentation is e

2条回答
  •  太阳男子
    2020-12-21 13:08

    Direct2D uses D3D10 devices not D3D11 devices. D3D11 device is probably that is reported as lacking interface by that E_NOINTERFACE.

提交回复
热议问题