mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
include: Add the ID3D12Heap1 interface.
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
88b3776436
commit
fccf9f7ac5
Notes:
Alexandre Julliard
2023-09-13 23:18:09 +02:00
Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/332
@ -4203,6 +4203,17 @@ interface ID3D12Resource2 : ID3D12Resource1
|
|||||||
D3D12_RESOURCE_DESC1 GetDesc1();
|
D3D12_RESOURCE_DESC1 GetDesc1();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[
|
||||||
|
uuid(572f7389-2168-49e3-9693-d6df5871bf6d),
|
||||||
|
object,
|
||||||
|
local,
|
||||||
|
pointer_default(unique)
|
||||||
|
]
|
||||||
|
interface ID3D12Heap1 : ID3D12Heap
|
||||||
|
{
|
||||||
|
HRESULT GetProtectedResourceSession(REFIID riid, void **protected_session);
|
||||||
|
}
|
||||||
|
|
||||||
typedef HRESULT (__stdcall *PFN_D3D12_CREATE_ROOT_SIGNATURE_DESERIALIZER)(
|
typedef HRESULT (__stdcall *PFN_D3D12_CREATE_ROOT_SIGNATURE_DESERIALIZER)(
|
||||||
const void *data, SIZE_T data_size, REFIID iid, void **deserializer);
|
const void *data, SIZE_T data_size, REFIID iid, void **deserializer);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user