[PATCH vkd3d 2/4] include: Add the D3D12EnableExperimentalFeatures() prototype.

Henri Verbeet hverbeet at codeweavers.com
Thu Oct 1 15:22:18 CDT 2020


From: Józef Kucia <jkucia at codeweavers.com>

Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
---
 include/vkd3d_d3d12.idl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/vkd3d_d3d12.idl b/include/vkd3d_d3d12.idl
index 1a5e2f41..7fc3ffcd 100644
--- a/include/vkd3d_d3d12.idl
+++ b/include/vkd3d_d3d12.idl
@@ -2545,3 +2545,6 @@ typedef HRESULT (__stdcall *PFN_D3D12_CREATE_DEVICE)(IUnknown *adapter,
 typedef HRESULT (__stdcall *PFN_D3D12_GET_DEBUG_INTERFACE)(REFIID iid, void **debug);
 
 [local] HRESULT __stdcall D3D12GetDebugInterface(REFIID iid, void **debug);
+
+[local] HRESULT __stdcall D3D12EnableExperimentalFeatures(UINT feature_count,
+        const IID *iids, void *configurations, UINT *configurations_sizes);
-- 
2.11.0




More information about the wine-devel mailing list