From 880bf79f3aa52a3453e8aa0ea730572e9296991a Mon Sep 17 00:00:00 2001 From: TheSpydog Date: Sat, 14 Jan 2023 18:04:17 +0000 Subject: [PATCH] Remove isFixed param from AcquireCommandBuffer (#6) Co-authored-by: Caleb Cornett Reviewed-on: https://gitea.moonside.games/MoonsideGames/RefreshCS/pulls/6 Co-authored-by: TheSpydog Co-committed-by: TheSpydog --- src/Refresh.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Refresh.cs b/src/Refresh.cs index 8068ee0..9db2508 100644 --- a/src/Refresh.cs +++ b/src/Refresh.cs @@ -954,8 +954,7 @@ namespace RefreshCS [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern IntPtr Refresh_AcquireCommandBuffer( - IntPtr device, - byte isFixed + IntPtr device ); [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]