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

Method setActive

src/SFML/Graphics/RenderTexture.cpp:156–163  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

154
155////////////////////////////////////////////////////////////
156bool RenderTexture::setActive(bool active)
157{
158 // Update RenderTarget tracking
159 if (m_impl && m_impl->activate(active))
160 return RenderTarget::setActive(active);
161
162 return false;
163}
164
165
166////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

activateMethod · 0.45

Tested by

no test coverage detected