From fcb16a6121f556b2aebfbb7e72b71e94041dc1d1 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Tue, 2 Feb 2021 16:33:39 -0800 Subject: [PATCH] uniform API update --- src/Refresh.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */