Skip to content
Snippets Groups Projects
Commit 02fc1ba9 authored by Martin Storsjö's avatar Martin Storsjö Committed by Alexandre Julliard
Browse files

include: Add the ID3D12LifetimeTracker interface.

parent 8076c9a5
Branches
Tags
1 merge request!332include: Fill in missing enum/struct/interfaces in vkd3d_d3d12.idl
......@@ -3290,6 +3290,17 @@ interface ID3D12SwapChainAssistant : IUnknown
HRESULT InsertImplicitSync();
}
[
uuid(3fd03d36-4eb1-424a-a582-494ecb8ba813),
object,
local,
pointer_default(unique)
]
interface ID3D12LifetimeTracker : ID3D12DeviceChild
{
HRESULT DestroyOwnedObject(ID3D12DeviceChild *object);
}
typedef HRESULT (__stdcall *PFN_D3D12_CREATE_ROOT_SIGNATURE_DESERIALIZER)(
const void *data, SIZE_T data_size, REFIID iid, void **deserializer);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment