///////////////////////////////////////////////////////
| 35 | { |
| 36 | //////////////////////////////////////////////////////////// |
| 37 | VertexArray::VertexArray(PrimitiveType type, std::size_t vertexCount) : m_vertices(vertexCount), m_primitiveType(type) |
| 38 | { |
| 39 | } |
| 40 | |
| 41 | |
| 42 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected