rename params to uniforms
parent
381c412914
commit
11d5671762
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue