///////////////////////////////////////////////////////
| 41 | |
| 42 | //////////////////////////////////////////////////////////// |
| 43 | std::size_t VertexArray::getVertexCount() const |
| 44 | { |
| 45 | return m_vertices.size(); |
| 46 | } |
| 47 | |
| 48 | |
| 49 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected