| 9 | |
| 10 | |
| 11 | LocationIdentity::LocationIdentity() |
| 12 | : m_invalid(true) |
| 13 | , m_location(-1) |
| 14 | , m_hasName(false) |
| 15 | { |
| 16 | } |
| 17 | |
| 18 | LocationIdentity::LocationIdentity(const GLint location) |
| 19 | : m_invalid(false) |
nothing calls this directly
no outgoing calls
no test coverage detected