///////////////////////////////////////////////////////
| 85 | |
| 86 | //////////////////////////////////////////////////////////// |
| 87 | void VertexArray::setPrimitiveType(PrimitiveType type) |
| 88 | { |
| 89 | m_primitiveType = type; |
| 90 | } |
| 91 | |
| 92 | |
| 93 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected