///////////////////////////////////////////////////////
| 122 | |
| 123 | //////////////////////////////////////////////////////////// |
| 124 | GlScopedChecker::~GlScopedChecker() |
| 125 | { |
| 126 | while (!glCheckImpl::checkError(m_file, m_line, m_expression)) |
| 127 | /* no-op */; |
| 128 | } |
| 129 | |
| 130 | } // namespace sf::priv |
nothing calls this directly
no test coverage detected