=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: include/d3d12: Add PFN_D3D12_CREATE_DEVICE.

Alexandre Julliard julliard at winehq.org
Fri Jun 1 18:19:54 CDT 2018


Module: wine
Branch: master
Commit: a6a200bdb51cc8bd5cd9a5aefd6ae0259c504777
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a6a200bdb51cc8bd5cd9a5aefd6ae0259c504777

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Fri Jun  1 12:45:09 2018 +0200

include/d3d12: Add PFN_D3D12_CREATE_DEVICE.

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/d3d12.idl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/d3d12.idl b/include/d3d12.idl
index e9dd221..69220e6 100644
--- a/include/d3d12.idl
+++ b/include/d3d12.idl
@@ -2171,6 +2171,9 @@ interface ID3D12RootSignatureDeserializer : IUnknown
         const D3D12_VERSIONED_ROOT_SIGNATURE_DESC *root_signature_desc,
         ID3DBlob **blob, ID3DBlob **error_blob);
 
+typedef HRESULT (__stdcall *PFN_D3D12_CREATE_DEVICE)(IUnknown *adapter,
+        D3D_FEATURE_LEVEL minmum_feature_level, REFIID iid, void **device);
+
 [local] HRESULT __stdcall D3D12CreateDevice(IUnknown *adapter,
         D3D_FEATURE_LEVEL minimum_feature_level, REFIID iid, void **device);
 




More information about the wine-cvs mailing list