uniform API update

pull/1/head
cosmonaut 2021-02-02 16:33:39 -08:00
parent 11d5671762
commit fcb16a6121
1 changed files with 3 additions and 3 deletions

View File

@ -816,7 +816,7 @@ namespace RefreshCS
IntPtr device,
IntPtr commandBuffer,
IntPtr data,
uint paramBlockCount
uint dataLengthInBytes
);
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
@ -824,7 +824,7 @@ namespace RefreshCS
IntPtr device,
IntPtr commandBuffer,
IntPtr data,
uint paramBlockCount
uint dataLengthInBytes
);
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
@ -832,7 +832,7 @@ namespace RefreshCS
IntPtr device,
IntPtr commandBuffer,
IntPtr data,
uint paramBlockCount
uint dataLengthInBytes
);
/* Disposal */