QueuePresent ABI break

pull/1/head
cosmonaut 2022-02-08 17:17:00 -08:00
parent f92137ccc6
commit 95cd22c48a
1 changed files with 4 additions and 2 deletions

View File

@ -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)]