interop::CreateDirect3DSurface, fonction (windows.graphics.directx.direct3d11.interop.h)
Crée une instance de IDirect3DSurface à partir d’un IDXGISurface.
Syntaxe
IDirect3DSurface ^ CreateDirect3DSurface(
[in] IDXGISurface *dxgiSurface
);
Paramètres
[in] dxgiSurface
Type : IDXGISurface*
IDXGISurface à partir duquel créer le IDirect3D11Surface.
Valeur retournée
Type : IDirect3DSurface^
Retourne la instance IDirect3DSurface créée.
Remarques
Bien que nous recommandons C++/WinRT, si vous utilisez C++/CX, vous devez utiliser cette fonction. Sinon, vous devez utiliser la fonction CreateDirect3D11SurfaceFromDXGISurface à la place.
Configuration requise
Plateforme cible | Windows |
En-tête | windows.graphics.directx.direct3d11.interop.h |
Bibliothèque | D3D11.lib |
DLL | D3D11.dll |