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

include: Add the ID3D12StateObject interface.

parent 02fc1ba9
No related branches found
No related tags found
1 merge request!332include: Fill in missing enum/struct/interfaces in vkd3d_d3d12.idl
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment