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

Method getActiveContextId

src/SFML/Window/GlContext.cpp:708–711  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

706
707////////////////////////////////////////////////////////////
708std::uint64_t GlContext::getActiveContextId()
709{
710 return GlContextImpl::CurrentContext::get().id;
711}
712
713
714////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected