Compare commits

...

1 Commits

Author SHA1 Message Date
Caleb Cornett 113c1821dd Remove isFixed param from AcquireCommandBuffer 2023-01-13 20:31:29 -05:00
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)]