Remove isFixed param from AcquireCommandBuffer #6

Merged
cosmonaut merged 1 commits from TheSpydog/RefreshCS:no-fixed-command-buffers into main 2023-01-14 18:04:18 +00: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)]