Biswapriyo Nath : include/d3d10sdklayers.idl: Add D3D10SwitchToRef interface.

Alexandre Julliard julliard at winehq.org
Wed Aug 26 15:24:45 CDT 2020


Module: wine
Branch: master
Commit: 5aca2b07e587602eccaade401cfe5455a11f2ee3
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5aca2b07e587602eccaade401cfe5455a11f2ee3

Author: Biswapriyo Nath <nathbappai at gmail.com>
Date:   Wed Aug 26 00:11:57 2020 +0530

include/d3d10sdklayers.idl: Add D3D10SwitchToRef interface.

Signed-off-by: Biswapriyo Nath <nathbappai at gmail.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/d3d10sdklayers.idl | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/include/d3d10sdklayers.idl b/include/d3d10sdklayers.idl
index b5b0d031ae..317f7c23e0 100644
--- a/include/d3d10sdklayers.idl
+++ b/include/d3d10sdklayers.idl
@@ -614,6 +614,20 @@ interface ID3D10Debug : IUnknown
     HRESULT Validate();
 }
 
+[
+    local,
+    object,
+    uuid(9b7e4e02-342c-4106-a19f-4f2704f689f0),
+    pointer_default(unique)
+]
+interface ID3D10SwitchToRef : IUnknown
+{
+    BOOL SetUseRef(
+        [in] BOOL useref
+    );
+    BOOL GetUseRef();
+}
+
 [
     local,
     object,




More information about the wine-cvs mailing list