示例#1
0
 private void Flush()
 {
   if (_mode == RenderMode.Fill)
     _fillBatch.Flush();
   else if (_mode == RenderMode.Stroke)
     _strokeBatch.Flush();
 }
示例#2
0
 /// <inheritdoc/>
 public virtual void End()
 {
     _renderBatch.Flush();
 }