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

Biswapriyo Nath wine at gitlab.winehq.org
Fri Jun 17 15:37:22 CDT 2022


From: Biswapriyo Nath <nathbappai at gmail.com>

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 7806e0be013..686637321f0 100644
--- a/include/dxgidebug.idl
+++ b/include/dxgidebug.idl
@@ -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();
+}
-- 
GitLab

https://gitlab.winehq.org/wine/wine/-/merge_requests/270



More information about the wine-devel mailing list