[PATCH] include: Add IDXGIDebug1 declaration in dxgidebug.idl.

Biswapriyo Nath nathbappai at gmail.com
Thu Jun 9 08:22:41 CDT 2022


-------------- next part --------------
From c916eac4248a97cd2f941770d7ee2b5391385994 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath <nathbappai at gmail.com>
Date: Thu, 9 Jun 2022 18:48:49 +0530
Subject: [PATCH] include: Add IDXGIDebug1 declaration in dxgidebug.idl.

Signed-off-by: Biswapriyo Nath <nathbappai at gmail.com>
---
 include/dxgidebug.idl | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/include/dxgidebug.idl b/include/dxgidebug.idl
index 2daeb67..44729aa 100644
--- a/include/dxgidebug.idl
+++ b/include/dxgidebug.idl
@@ -41,3 +41,16 @@ interface IDXGIDebug : IUnknown
         [in] GUID apiid,
         [in] DXGI_DEBUG_RLO_FLAGS flags);
 }
+
+[
+    object,
+    local,
+    uuid(c5a05f0c-16f2-4adf-9f4d-a8c4d58ac550),
+    pointer_default(unique)
+]
+interface IDXGIDebug1 : IDXGIDebug
+{
+    void EnableLeakTrackingForThread();
+    void DisableLeakTrackingForThread();
+    BOOL IsLeakTrackingEnabledForThread();
+}
-- 
2.36.1



More information about the wine-devel mailing list