include/d3d12: Add PFN_D3D12_GET_DEBUG_INTERFACE declaration.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a40e04d6d0
commit
caeaf638c3
|
@ -2177,4 +2177,6 @@ typedef HRESULT (__stdcall *PFN_D3D12_CREATE_DEVICE)(IUnknown *adapter,
|
|||
[local] HRESULT __stdcall D3D12CreateDevice(IUnknown *adapter,
|
||||
D3D_FEATURE_LEVEL minimum_feature_level, REFIID iid, void **device);
|
||||
|
||||
typedef HRESULT (__stdcall *PFN_D3D12_GET_DEBUG_INTERFACE)(REFIID iid, void **debug);
|
||||
|
||||
[local] HRESULT __stdcall D3D12GetDebugInterface(REFIID iid, void **debug);
|
||||
|
|
Loading…
Reference in New Issue