mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
include: Add the ID3D12Device7 interface.
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
a7bb5b6ba3
commit
442a8347bf
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
@ -4059,6 +4059,24 @@ interface ID3D12ProtectedResourceSession1 : ID3D12ProtectedResourceSession
|
|||||||
D3D12_PROTECTED_RESOURCE_SESSION_DESC1 GetDesc1();
|
D3D12_PROTECTED_RESOURCE_SESSION_DESC1 GetDesc1();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[
|
||||||
|
uuid(5c014b53-68a1-4b9b-8bd1-dd6046b9358b),
|
||||||
|
object,
|
||||||
|
local,
|
||||||
|
pointer_default(unique)
|
||||||
|
]
|
||||||
|
interface ID3D12Device7 : ID3D12Device6
|
||||||
|
{
|
||||||
|
HRESULT AddToStateObject(
|
||||||
|
const D3D12_STATE_OBJECT_DESC *addition,
|
||||||
|
ID3D12StateObject *state_object_to_grow_from,
|
||||||
|
REFIID riid, void **new_state_object);
|
||||||
|
|
||||||
|
HRESULT CreateProtectedResourceSession1(
|
||||||
|
const D3D12_PROTECTED_RESOURCE_SESSION_DESC1 *desc,
|
||||||
|
REFIID riid, void **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…
Reference in New Issue
Block a user