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

Method activate

src/SFML/Graphics/RenderTextureImplDefault.cpp:73–76  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

71
72////////////////////////////////////////////////////////////
73bool RenderTextureImplDefault::activate(bool active)
74{
75 return m_context->setActive(active);
76}
77
78
79////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

setActiveMethod · 0.45

Tested by

no test coverage detected