diff --git a/src/Refresh.cs b/src/Refresh.cs index 07bef94..d35d2c2 100644 --- a/src/Refresh.cs +++ b/src/Refresh.cs @@ -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 */