MCPcopy Create free account
hub / github.com/SFML/SFML / GlContext

Method GlContext

src/SFML/Window/GlContext.cpp:794–797  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

792
793////////////////////////////////////////////////////////////
794GlContext::GlContext() : m_impl(std::make_unique<Impl>())
795{
796 // Nothing to do
797}
798
799
800////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected