mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
include: Add the ID3D12MetaCommand interface.
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
fccf9f7ac5
commit
f31efc1afc
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
@ -4214,6 +4214,19 @@ interface ID3D12Heap1 : ID3D12Heap
|
||||
HRESULT GetProtectedResourceSession(REFIID riid, void **protected_session);
|
||||
}
|
||||
|
||||
[
|
||||
uuid(dbb84c27-36ce-4fc9-b801-f048c46ac570),
|
||||
object,
|
||||
local,
|
||||
pointer_default(unique)
|
||||
]
|
||||
interface ID3D12MetaCommand : ID3D12Pageable
|
||||
{
|
||||
UINT64 GetRequiredParameterResourceSize(
|
||||
D3D12_META_COMMAND_PARAMETER_STAGE stage,
|
||||
UINT parameter_index);
|
||||
}
|
||||
|
||||
typedef HRESULT (__stdcall *PFN_D3D12_CREATE_ROOT_SIGNATURE_DESERIALIZER)(
|
||||
const void *data, SIZE_T data_size, REFIID iid, void **deserializer);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user