[PATCH v5 2/6] include: Add defines for ID2D1ResourceTexture.

Ziqing Hui zhui at codeweavers.com
Mon Apr 25 21:40:34 CDT 2022


Signed-off-by: Ziqing Hui <zhui at codeweavers.com>
---
 include/d2d1effectauthor.idl | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/include/d2d1effectauthor.idl b/include/d2d1effectauthor.idl
index 8b7a024c025..9d64690b453 100644
--- a/include/d2d1effectauthor.idl
+++ b/include/d2d1effectauthor.idl
@@ -31,3 +31,20 @@ interface ID2D1VertexBuffer : IUnknown
     );
     HRESULT Unmap();
 }
+
+[
+    object,
+    uuid(688d15c3-02b0-438d-b13a-d1b44c32c39a),
+    local,
+]
+interface ID2D1ResourceTexture : IUnknown
+{
+    HRESULT Update(
+        [in] const UINT32 *min_extents,
+        [in] const UINT32 *max_extents,
+        [in] const UINT32 *strides,
+        [in] UINT32 dimensions,
+        [in] const BYTE *data,
+        [in] UINT32 data_size
+    );
+}
-- 
2.25.1




More information about the wine-devel mailing list