Exemplo n.º 1
0
 public void Render()
 {
     _sVB.Begin(this);
     _sVB.Render();
     _sVB.End();
 }
Exemplo n.º 2
0
 public void BeginBatch()
 {
     _sVB.Begin(this);
 }