forked from MoonsideGames/RefreshCS
update Clear call
parent
718aaad80e
commit
369ced4f80
|
@ -650,10 +650,9 @@ namespace RefreshCS
|
||||||
IntPtr commandBuffer,
|
IntPtr commandBuffer,
|
||||||
in Rect clearRect,
|
in Rect clearRect,
|
||||||
Refresh.ClearOptionsFlags clearOptions,
|
Refresh.ClearOptionsFlags clearOptions,
|
||||||
in Color[] colors,
|
IntPtr colors,
|
||||||
uint colorCount,
|
uint colorCount,
|
||||||
float depth,
|
DepthStencilValue depthStencilValue
|
||||||
int stencil
|
|
||||||
);
|
);
|
||||||
|
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
|
|
Loading…
Reference in New Issue