Example #1
0
 public void ClearBuffers()
 {
     if (BufferInitialized)
     {
         ElementBuffer.Clear(BufferTarget.ArrayBuffer);
     }
 }