mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
include: Add the ID3D12VirtualizationGuestDevice interface.
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
602d2f90d7
commit
e9e9fdbd5e
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
@ -4583,6 +4583,24 @@ interface ID3D12Device10 : ID3D12Device9
|
||||
void **resource);
|
||||
}
|
||||
|
||||
[
|
||||
uuid(bc66d368-7373-4943-8757-fc87dc79e476),
|
||||
object,
|
||||
local,
|
||||
pointer_default(unique)
|
||||
]
|
||||
interface ID3D12VirtualizationGuestDevice : IUnknown
|
||||
{
|
||||
HRESULT ShareWithHost(
|
||||
ID3D12DeviceChild *object,
|
||||
HANDLE *handle);
|
||||
|
||||
HRESULT CreateFenceFd(
|
||||
ID3D12Fence *fence,
|
||||
UINT64 fence_value,
|
||||
int *fence_fd);
|
||||
}
|
||||
|
||||
typedef HRESULT (__stdcall *PFN_D3D12_CREATE_ROOT_SIGNATURE_DESERIALIZER)(
|
||||
const void *data, SIZE_T data_size, REFIID iid, void **deserializer);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user