mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
include: Add the D3D12EnableExperimentalFeatures() prototype.
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
615b182846
commit
abc4aa09ba
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user