Compare commits
1 Commits
main
...
no-fixed-c
Author | SHA1 | Date |
---|---|---|
Caleb Cornett | 113c1821dd |
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue