[PATCH 3/5] include/d3d12: Add PFN_D3D12_CREATE_DEVICE.

Józef Kucia jkucia at codeweavers.com
Fri Jun 1 05:45:09 CDT 2018


Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
---
 include/d3d12.idl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/d3d12.idl b/include/d3d12.idl
index e9dd22158036..69220e674cd7 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);
 
-- 
2.16.4




More information about the wine-devel mailing list