| 378 | } |
| 379 | |
| 380 | void Primitive::addVertexAttribute( const std::string &name, IECore::ConstDataPtr data ) |
| 381 | { |
| 382 | m_vertexAttributes[name] = data->copy(); |
| 383 | } |
| 384 | |
| 385 | ConstBufferPtr Primitive::getVertexBuffer( const std::string &name ) const |
| 386 | { |
no test coverage detected