Commit ee165f1d authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include: Add ID3D12VideoMotionVectorHeap in d3d12video.idl.

parent e09dd6a3
...@@ -484,6 +484,22 @@ typedef struct D3D12_VIDEO_MOTION_VECTOR_HEAP_DESC ...@@ -484,6 +484,22 @@ typedef struct D3D12_VIDEO_MOTION_VECTOR_HEAP_DESC
} D3D12_VIDEO_MOTION_VECTOR_HEAP_DESC; } D3D12_VIDEO_MOTION_VECTOR_HEAP_DESC;
[ [
uuid(5be17987-743a-4061-834b-23d22daea505),
object,
local,
pointer_default(unique)
]
interface ID3D12VideoMotionVectorHeap : ID3D12Pageable
{
D3D12_VIDEO_MOTION_VECTOR_HEAP_DESC GetDesc();
HRESULT GetProtectedResourceSession(
[in] REFIID riid,
[out, iid_is(riid)] void **protected_session
);
}
[
uuid(981611ad-a144-4c83-9890-f30e26d658ab), uuid(981611ad-a144-4c83-9890-f30e26d658ab),
object, object,
local, local,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment