MCPcopy Create free account
hub / github.com/SFML/SFML / ~GlScopedChecker

Method ~GlScopedChecker

src/SFML/Graphics/GLCheck.cpp:124–128  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

checkErrorFunction · 0.70

Tested by

no test coverage detected