From 95cd22c48a68f93204b44bc508dec86b6be74e56 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Tue, 8 Feb 2022 17:17:00 -0800 Subject: [PATCH] QueuePresent ABI break --- src/Refresh.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Refresh.cs b/src/Refresh.cs index 50480d3..bf1cd85 100644 --- a/src/Refresh.cs +++ b/src/Refresh.cs @@ -994,7 +994,8 @@ namespace RefreshCS IntPtr commandBuffer, in TextureSlice textureSlice, in Rect destinationRectangle, - Filter filter + Filter filter, + IntPtr windowHandle ); [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] @@ -1003,7 +1004,8 @@ namespace RefreshCS IntPtr commandBuffer, in TextureSlice textureSlice, IntPtr destinationRectangle, /* null Rect */ - Filter filter + Filter filter, + IntPtr windowHandle ); [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]