forked from MoonsideGames/RefreshCS
API update
parent
fcb16a6121
commit
a92549a913
|
@ -814,7 +814,7 @@ namespace RefreshCS
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern uint Refresh_PushVertexShaderUniforms(
|
public static extern uint Refresh_PushVertexShaderUniforms(
|
||||||
IntPtr device,
|
IntPtr device,
|
||||||
IntPtr commandBuffer,
|
IntPtr graphicsPipeline,
|
||||||
IntPtr data,
|
IntPtr data,
|
||||||
uint dataLengthInBytes
|
uint dataLengthInBytes
|
||||||
);
|
);
|
||||||
|
@ -822,7 +822,7 @@ namespace RefreshCS
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern uint Refresh_PushFragmentShaderUniforms(
|
public static extern uint Refresh_PushFragmentShaderUniforms(
|
||||||
IntPtr device,
|
IntPtr device,
|
||||||
IntPtr commandBuffer,
|
IntPtr graphicsPipeline,
|
||||||
IntPtr data,
|
IntPtr data,
|
||||||
uint dataLengthInBytes
|
uint dataLengthInBytes
|
||||||
);
|
);
|
||||||
|
@ -830,7 +830,7 @@ namespace RefreshCS
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern uint Refresh_PushComputeShaderUniforms(
|
public static extern uint Refresh_PushComputeShaderUniforms(
|
||||||
IntPtr device,
|
IntPtr device,
|
||||||
IntPtr commandBuffer,
|
IntPtr computePipeline,
|
||||||
IntPtr data,
|
IntPtr data,
|
||||||
uint dataLengthInBytes
|
uint dataLengthInBytes
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue