| 91 | } |
| 92 | |
| 93 | static object vertexAttribute( const Shader &s, const std::string &n ) |
| 94 | { |
| 95 | return parameterToObject( s.vertexAttribute( n ) ); |
| 96 | } |
| 97 | |
| 98 | static object csParameter( const Shader &s ) |
| 99 | { |
nothing calls this directly
no test coverage detected