forked from MoonsideGames/RefreshCS
uniform API update
parent
11d5671762
commit
fcb16a6121
|
@ -816,7 +816,7 @@ namespace RefreshCS
|
||||||
IntPtr device,
|
IntPtr device,
|
||||||
IntPtr commandBuffer,
|
IntPtr commandBuffer,
|
||||||
IntPtr data,
|
IntPtr data,
|
||||||
uint paramBlockCount
|
uint dataLengthInBytes
|
||||||
);
|
);
|
||||||
|
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
|
@ -824,7 +824,7 @@ namespace RefreshCS
|
||||||
IntPtr device,
|
IntPtr device,
|
||||||
IntPtr commandBuffer,
|
IntPtr commandBuffer,
|
||||||
IntPtr data,
|
IntPtr data,
|
||||||
uint paramBlockCount
|
uint dataLengthInBytes
|
||||||
);
|
);
|
||||||
|
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
|
@ -832,7 +832,7 @@ namespace RefreshCS
|
||||||
IntPtr device,
|
IntPtr device,
|
||||||
IntPtr commandBuffer,
|
IntPtr commandBuffer,
|
||||||
IntPtr data,
|
IntPtr data,
|
||||||
uint paramBlockCount
|
uint dataLengthInBytes
|
||||||
);
|
);
|
||||||
|
|
||||||
/* Disposal */
|
/* Disposal */
|
||||||
|
|
Loading…
Reference in New Issue