///////////////////////////////////////////////////////
| 64 | |
| 65 | //////////////////////////////////////////////////////////// |
| 66 | void VertexArray::clear() |
| 67 | { |
| 68 | m_vertices.clear(); |
| 69 | } |
| 70 | |
| 71 | |
| 72 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected