Commit 827839a6 authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include: Add IDXGIDebug1 declaration in dxgidebug.idl.

parent 21df12f1
......@@ -244,3 +244,16 @@ interface IDXGIDebug : IUnknown
[in] GUID apiid,
[in] DXGI_DEBUG_RLO_FLAGS flags);
}
[
uuid(c5a05f0c-16f2-4adf-9f4d-a8c4d58ac550),
object,
local,
pointer_default(unique)
]
interface IDXGIDebug1 : IDXGIDebug
{
void EnableLeakTrackingForThread();
void DisableLeakTrackingForThread();
BOOL IsLeakTrackingEnabledForThread();
}
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