| 34 | |
| 35 | |
| 36 | AbstractUniform::AbstractUniform(const GLint location) |
| 37 | : m_identity(location) |
| 38 | { |
| 39 | } |
| 40 | |
| 41 | AbstractUniform::AbstractUniform(const std::string & name) |
| 42 | : m_identity(name) |
nothing calls this directly
no outgoing calls
no test coverage detected