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, 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)]