rename params to uniforms

pull/1/head
cosmonaut 2021-01-31 21:18:24 -08:00
parent 381c412914
commit 11d5671762
1 changed files with 1 additions and 1 deletions

View File

@ -828,7 +828,7 @@ namespace RefreshCS
);
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern uint Refresh_PushComputeShaderParams(
public static extern uint Refresh_PushComputeShaderUniforms(
IntPtr device,
IntPtr commandBuffer,
IntPtr data,