示例#1
0
 public void Clear(
     ref Refresh.Rect clearRect,
     Refresh.ClearOptionsFlags clearOptions,
     ref Refresh.Color[] colors,
     float depth,
     int stencil
     )
 {
     Refresh.Refresh_Clear(
         Device.Handle,
         Handle,
         ref clearRect,
         clearOptions,
         ref colors,
         (uint)colors.Length,
         depth,
         stencil
         );
 }