Remove isFixed param from AcquireCommandBuffer (#6)

Co-authored-by: Caleb Cornett <caleb.cornett@outlook.com>
Reviewed-on: #6
Co-authored-by: TheSpydog <thespydog@noreply.example.org>
Co-committed-by: TheSpydog <thespydog@noreply.example.org>
pull/7/head
TheSpydog 2023-01-14 18:04:17 +00:00 committed by cosmonaut
parent 1643061386
commit 880bf79f3a
1 changed files with 1 additions and 2 deletions

View File

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