Remove isFixed param from AcquireCommandBuffer

pull/6/head
Caleb Cornett 2023-01-13 20:31:29 -05:00
parent 1643061386
commit 113c1821dd
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)]