| Other | 
|---|
| internalFixed | 
Printing of vertex array and color array is needed only during debug. This was essential during proof of concepts development. MTLLog.Debug() calls are used to print this data, but a for loop is used to traverse the data. This is impacting performance if `numVertices` is a huge value.
  |