diff --git a/src/Refresh.cs b/src/Refresh.cs index 768247d..ca989d3 100644 --- a/src/Refresh.cs +++ b/src/Refresh.cs @@ -812,7 +812,7 @@ namespace RefreshCS ); [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] - public static extern uint Refresh_PushVertexShaderParams( + public static extern uint Refresh_PushVertexShaderUniforms( IntPtr device, IntPtr commandBuffer, IntPtr data, @@ -820,7 +820,7 @@ namespace RefreshCS ); [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] - public static extern uint Refresh_PushFragmentShaderParams( + public static extern uint Refresh_PushFragmentShaderUniforms( IntPtr device, IntPtr commandBuffer, IntPtr data,