| 428 | } |
| 429 | |
| 430 | void Shader::vertexAttributeNames( std::vector<std::string> &names ) const |
| 431 | { |
| 432 | m_implementation->vertexAttributeNames( names ); |
| 433 | } |
| 434 | |
| 435 | const Shader::Parameter *Shader::uniformParameter( const std::string &name ) const |
| 436 | { |
no outgoing calls
no test coverage detected