Józef Kucia : include: Add the D3D12EnableExperimentalFeatures() prototype.
Module: vkd3d Branch: master Commit: abc4aa09ba1b4eb699f2980e8eb36e0a1a7bca48 URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=abc4aa09ba1b4eb699f2980e... Author: Józef Kucia <jkucia(a)codeweavers.com> Date: Fri Oct 2 00:10:18 2020 +0330 include: Add the D3D12EnableExperimentalFeatures() prototype. Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/vkd3d_d3d12.idl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/vkd3d_d3d12.idl b/include/vkd3d_d3d12.idl index 1a5e2f4..7fc3ffc 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);
participants (1)
-
Alexandre Julliard