mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
include: Add the ID3D12StateObject interface.
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
02fc1ba9c3
commit
8e3f863341
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
@ -3301,6 +3301,16 @@ interface ID3D12LifetimeTracker : ID3D12DeviceChild
|
||||
HRESULT DestroyOwnedObject(ID3D12DeviceChild *object);
|
||||
}
|
||||
|
||||
[
|
||||
uuid(47016943-fca8-4594-93ea-af258b55346d),
|
||||
object,
|
||||
local,
|
||||
pointer_default(unique)
|
||||
]
|
||||
interface ID3D12StateObject : ID3D12Pageable
|
||||
{
|
||||
}
|
||||
|
||||
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