update Clear call

pull/1/head
cosmonaut 2021-01-22 14:16:18 -08:00
parent 718aaad80e
commit 369ced4f80
1 changed files with 2 additions and 3 deletions

View File

@ -650,10 +650,9 @@ namespace RefreshCS
IntPtr commandBuffer,
in Rect clearRect,
Refresh.ClearOptionsFlags clearOptions,
in Color[] colors,
IntPtr colors,
uint colorCount,
float depth,
int stencil
DepthStencilValue depthStencilValue
);
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]