コード例 #1
0
 /// <summary>
 /// Will flush the vertex data stored in the buffer and submit it to the graphics card to be rendered.
 /// </summary>
 public static void End()
 {
     batch.End();
 }