예제 #1
0
 internal void DrawAuto()
 {
     m_deviceContext.DrawAuto();
     m_statistics.Draws++;
     CheckErrors();
 }